Live
list_competitive_matches
tracker.ggReturns recent competitive Valorant matches from https://tracker.gg with map, mode, result, agent, and complete non-empty per-match performance statistics.
Parameters2
Runs7
Updated1d ago
Degraded7 runs · 85.7% 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_competitive_matches?
Returns recent competitive Valorant matches from https://tracker.gg with map, mode, result, agent, and complete non-empty per-match performance statistics. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass riot_id, platform and get the result back without maintaining a scraper.
Response
{
"matches": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/60b48084-5759-427f-a4e4-04c37b353052/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "60b48084-5759-427f-a4e4-04c37b353052",
"variables": {
"riot_id": "stunna#2006",
"platform": "pc"
}
}'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="60b48084-5759-427f-a4e4-04c37b353052") — the "list_competitive_matches" function, which returns recent competitive Valorant matches from https://tracker.gg with map, mode, result, agent, and complete non-empty per-match performance statistics.. It takes riot_id (str), platform (str). Return the result as structured JSON.