Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
codeforces_search_problemsA

Find Codeforces problems by rating band and tags, easiest first.

Set exclude_solved_by to a handle to hide problems that handle has already solved. The Codeforces website cannot express that filter, which is the main reason to reach for this tool: it turns "problems tagged dp rated 1300-1500" into "problems I could actually still practise".

codeforces_tag_performanceA

Rank a handle's problem tags by solve rate, weakest first.

Computed from full submission history and deduplicated per problem, so grinding one problem twelve times counts once. Use it to decide what to practise: the lowest solve rates with a meaningful number of attempts are the real gaps. Codeforces exposes no endpoint for this.

codeforces_recent_submissionsA

List a handle's most recent submissions, newest first.

Filter by verdict to pull up recent failures for review. Each row links to the submission on Codeforces so the code itself can be read.

codeforces_user_profileA

Public profile for a Codeforces handle: rating, max rating, rank, organization.

codeforces_rating_historyA

Contest-by-contest rating changes for a handle, oldest first, with deltas.

codeforces_upcoming_contestsA

Contests that have not started yet, soonest first, with start time and duration.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Faysal-star/codeforces-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server