contest_standings
ActiveTool of Codeforces
declared in 0.1.0
Standings (and problem list) for a contest. Optionally filter by handles.
Parameters schema
{
"type": "object",
"examples": [
{
"contest_id": 1900
},
{
"count": 50,
"handles": [
"tourist",
"ecnerwala"
],
"contest_id": 1900
}
],
"required": [
"contest_id"
],
"properties": {
"from": {
"type": "number"
},
"count": {
"type": "number",
"description": "1-1000 (default 100)"
},
"handles": {
"type": "array",
"items": {
"type": "string"
}
},
"contest_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Codeforces
https://github.com/pipeworx-io/mcp-codeforces
1/7 registries