Live
search_ai_tools
brofindai.comSearches the https://brofindai.com directory for curated AI tools and returns vote-ranked records with full metadata plus pagination totals.
Parameters4
Runs9
Updated10d ago
Operational9 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_ai_tools?
Searches the https://brofindai.com directory for curated AI tools and returns vote-ranked records with full metadata plus pagination totals. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass query, category, offset, limit and get the result back without maintaining a scraper.
Response
{
"count": 0,
"tools": [
{
"id": "<string>",
"url": "<string>",
"name": "<string>",
"slug": "<string>",
"tags": [
"<string>"
],
"votes": 0,
"has_api": true,
"pricing": "<string>",
"tagline": "<string>",
"category": "<string>",
"platform": [
"<string>"
],
"opensource": true,
"description": "<string>"
}
],
"total": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/2a7469e0-2e4e-4ab3-90ae-0fa5d2d32c97/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "2a7469e0-2e4e-4ab3-90ae-0fa5d2d32c97",
"variables": {
"query": "writing",
"category": "",
"offset": 0,
"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="2a7469e0-2e4e-4ab3-90ae-0fa5d2d32c97") — the "search_ai_tools" function, which searches the https://brofindai.com directory for curated AI tools and returns vote-ranked records with full metadata plus pagination totals.. It takes query (str), category (str), offset (int), limit (int). Return the result as structured JSON.