get_ai_tool_details
theresanaiforthat.comRetrieves full details for an AI tool from https://theresanaiforthat.com using its slug. Returns descriptions, overview, company and author information, task tags, capabilities, models, pricing, releases, and stats.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_ai_tool_details?
Retrieves full details for an AI tool from https://theresanaiforthat.com using its slug. Returns descriptions, overview, company and author information, task tags, capabilities, models, pricing, releases, and stats. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass slug and get the result back without maintaining a scraper.
Response
{
"slug": "<string>",
"tool": {},
"source_url": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/4c6a9d3c-0bbd-4d5d-b281-295b656a1a29/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "4c6a9d3c-0bbd-4d5d-b281-295b656a1a29",
"variables": {
"slug": "getimg-ai"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="4c6a9d3c-0bbd-4d5d-b281-295b656a1a29") — the "get_ai_tool_details" function, which retrieves full details for an AI tool from https://theresanaiforthat.com using its slug. Returns descriptions, overview, company and author information, task tags, capabilities, models, pricing, releases, and stats.. It takes slug (str). Return the result as structured JSON.