Live
search_tools_by_task
theresanaiforthat.comSearches task names on https://theresanaiforthat.com and returns related AI tools with identifiers, slugs, descriptions, tasks, pricing, popularity, and media metadata.
Parameters2
Runs7
Updated3d ago
Operational7 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is search_tools_by_task?
Searches task names on https://theresanaiforthat.com and returns related AI tools with identifiers, slugs, descriptions, tasks, pricing, popularity, and media metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass task_name, limit and get the result back without maintaining a scraper.
Response
{
"limit": 0,
"tools": [
{}
],
"ordering": "<string>",
"task_name": "<string>",
"source_url": "<string>",
"total_matches": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/43bacbd6-0c11-4409-9878-1ac9a75c179f/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "43bacbd6-0c11-4409-9878-1ac9a75c179f",
"variables": {
"task_name": "video editing",
"limit": 20
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="43bacbd6-0c11-4409-9878-1ac9a75c179f") — the "search_tools_by_task" function, which searches task names on https://theresanaiforthat.com and returns related AI tools with identifiers, slugs, descriptions, tasks, pricing, popularity, and media metadata.. It takes task_name (str), limit (int). Return the result as structured JSON.