You're viewing a demo portfolio

Join the waitlist
PRSM

contest_standings

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Codeforces

https://github.com/pipeworx-io/mcp-codeforces

1/7 registries
View full server →