Skip to main content
Glama
r-huijts

FirstCycling MCP Server

by r-huijts

get_rider_monument_results

Retrieve detailed cycling results for a rider in the five Monument races, including positions, times, and special achievements. Use the rider's ID to access comprehensive performance data for Milan-San Remo, Tour of Flanders, Paris-Roubaix, Liège-Bastogne-Liège, and Il Lombardia.

Instructions

Retrieve detailed results for a rider in cycling's five Monument races (Milan-San Remo, Tour of Flanders, Paris-Roubaix, Liège-Bastogne-Liège, and Il Lombardia). These are the most prestigious one-day races in professional cycling. The tool provides comprehensive information about a rider's performance in these historic races, including their positions, times, and any special achievements.

Note: If you don't know the rider's ID, use the search_rider tool first to find it by name.

Example usage:
- Get Monument results for Tadej Pogačar (ID: 16973)
- Get Monument results for Mathieu van der Poel (ID: 16975)

Returns a formatted string with:
- Results for each Monument race
- Position and time for each participation
- Race details and special achievements
- Chronological organization by year

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rider_idYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses what information will be returned (positions, times, achievements, chronological organization) and the output format (formatted string), but doesn't mention error handling, rate limits, or authentication requirements that would be helpful for a read operation.

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

Conciseness4/5

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

The description is well-structured with purpose, context, prerequisites, examples, and return format. While slightly longer than minimal, every sentence adds value. The front-loading of the core purpose followed by practical guidance is effective.

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 single-parameter read tool with no annotations or output schema, the description provides substantial context: clear purpose, usage prerequisites, examples, and detailed return format. The main gap is lack of error case information, but otherwise it's quite complete for this complexity level.

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

Parameters4/5

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

With 0% schema description coverage for the single parameter (rider_id), the description compensates by explaining what the parameter represents (rider's ID) and providing guidance on how to obtain it (use search_rider tool). The examples also demonstrate proper usage with specific rider IDs.

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?

The description clearly states the tool's purpose: 'Retrieve detailed results for a rider in cycling's five Monument races' with specific resources (rider's performance data) and scope (five named races). It distinguishes from siblings like get_rider_grand_tour_results by focusing exclusively on Monument races.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool ('If you don't know the rider's ID, use the search_rider tool first') and includes two concrete usage examples. It clearly positions this tool for Monument-specific results versus other rider result tools.

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

Related 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/r-huijts/firstcycling-mcp'

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