Live
list_tech_events
worldmonitor.appReturns upcoming research and technology events from https://worldmonitor.app, including conferences, earnings reports, product launches and IPOs.
Parameters4
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 list_tech_events?
Returns upcoming research and technology events from https://worldmonitor.app, including conferences, earnings reports, product launches and IPOs. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass event_type, mappable, limit, days and get the result back without maintaining a scraper.
Response
{
"count": 0,
"events": [
{}
],
"success": true,
"lastUpdated": "<string>",
"mappableCount": 0,
"conferenceCount": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/b991b440-ad92-40c5-bd64-502d0e8c275d/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "b991b440-ad92-40c5-bd64-502d0e8c275d",
"variables": {
"event_type": "all",
"mappable": false,
"limit": 100,
"days": 90
}
}'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="b991b440-ad92-40c5-bd64-502d0e8c275d") — the "list_tech_events" function, which returns upcoming research and technology events from https://worldmonitor.app, including conferences, earnings reports, product launches and IPOs.. It takes event_type (str), mappable (bool), limit (int), days (int). Return the result as structured JSON.