Live
list_hot_threads
team-bhp.comReturns the current hand-picked Hot Threads from https://team-bhp.com with titles, URLs, authors, summaries, images, and available thread and post identifiers.
Parameters0
Runs5
Updated3d ago
Operational5 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 list_hot_threads?
Returns the current hand-picked Hot Threads from https://team-bhp.com with titles, URLs, authors, summaries, images, and available thread and post identifiers. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.
Response
{
"threads": [
{}
],
"source_url": "<string>",
"thread_count": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/69427f06-6cba-4b4e-924c-5e4dbff9b390/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "69427f06-6cba-4b4e-924c-5e4dbff9b390",
"variables": {}
}'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="69427f06-6cba-4b4e-924c-5e4dbff9b390") — the "list_hot_threads" function, which returns the current hand-picked Hot Threads from https://team-bhp.com with titles, URLs, authors, summaries, images, and available thread and post identifiers.. It takes no parameters. Return the result as structured JSON.