Marketplace
No threads yet
Live

list_latest_tools

theresanaiforthat.com

Returns the latest released and promoted AI tools from https://theresanaiforthat.com with categories, descriptions, pricing, releases, authors, features and engagement details.

Parameters2
Runs10
Updated3d ago
Degraded10 runs · 80% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is list_latest_tools?

Returns the latest released and promoted AI tools from https://theresanaiforthat.com with categories, descriptions, pricing, releases, authors, features and engagement details. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass limit, include_promoted and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "tools": [
    {}
  ],
  "window_days": 0,
  "promoted_count": 0,
  "feed_tool_count": 0,
  "total_available": 0,
  "server_timestamp": 0,
  "latest_release_at": "<string>",
  "latest_release_timestamp": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/77680d59-1769-47ed-b4c1-9d0d3228cfd3/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "77680d59-1769-47ed-b4c1-9d0d3228cfd3",
    "variables": {
        "limit": 30,
        "include_promoted": true
    }
}'

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="77680d59-1769-47ed-b4c1-9d0d3228cfd3") — the "list_latest_tools" function, which returns the latest released and promoted AI tools from https://theresanaiforthat.com with categories, descriptions, pricing, releases, authors, features and engagement details..

It takes limit (int), include_promoted (bool). Return the result as structured JSON.