Skip to main content
Glama

Get my contest results

repovive_get_contest_results
Read-only

Retrieve a contest summary for your account: per-problem points, attempts, best verdict, and total problems solved.

Instructions

Summarise how the authenticated account did in one contest: every problem with its points, attempt count and best verdict, plus the total solved. Combines the contest's problem list with the account's submissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNoSubmissions to fetch
contest_idYesContest ObjectId (24 hex)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description only needs to add behavior beyond those hints. It usefully discloses that it 'combines the contest's problem list with the account's submissions' and enumerates the derived fields (points, attempt count, best verdict, total solved). It doesn't mention how page_size affects computed totals, but the annotation safety profile lowers the burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two compact sentences with no filler. The output vocabulary is front-loaded, and the combination logic is stated efficiently in the second sentence. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only aggregation with a provided output schema and full schema coverage, the description is nearly complete. The main missing context is how page_size interacts with 'every problem' and 'total solved' — a small page_size could produce partial results, which is a correctness-relevant caveat. Otherwise, an agent has enough to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3; the description adds no param-specific detail beyond what the schema states. The optional page_size's impact on the computed totals is not clarified, but that is a shared gap between the schema and description rather than a failure of the description alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Summarise'), resource ('one contest'), scope ('authenticated account'), and enumerates the output ('points, attempt count, best verdict, total solved'). It clearly distinguishes itself from sibling tools like get_contest (contest metadata), get_leaderboard/get_contest_ranking (rankings), and list_contest_problems (problem list), none of which summarize the authenticated account's own performance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly frames when to use it: when you need the authenticated account's results for a single contest. It doesn't explicitly name alternatives or exclusions, but its scope is evident against the ranking and contest-listing siblings. A 5 would require an explicit 'use X instead for rankings' statement, which is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/dwin-gharibi/repovive-mcp'

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