Live
get_team_roster_details
vlr.ggReturns a VLR.gg team roster, former-player transaction history, and complete map win-rate statistics from https://vlr.gg.
Parameters1
Runs3
Updated1h ago
Operational3 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 get_team_roster_details?
Returns a VLR.gg team roster, former-player transaction history, and complete map win-rate statistics from https://vlr.gg. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass detail_path and get the result back without maintaining a scraper.
Response
{
"maps": [
{}
],
"site": "<string>",
"team": {},
"map_count": 0,
"current_roster": [
{}
],
"team_detail_path": "<string>",
"former_player_count": 0,
"current_roster_count": 0,
"former_player_history": [
{}
],
"former_player_history_count": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/67c51a91-da28-47e9-b298-df021a741791/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "67c51a91-da28-47e9-b298-df021a741791",
"variables": {
"detail_path": "DEFAULT_TEAM_DETAIL_PATH"
}
}'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="67c51a91-da28-47e9-b298-df021a741791") — the "get_team_roster_details" function, which returns a VLR.gg team roster, former-player transaction history, and complete map win-rate statistics from https://vlr.gg.. It takes detail_path (str). Return the result as structured JSON.