FirstCycling MCP Server

MIT License
  • Apple

get_rider_monument_results

Retrieve detailed cycling results for a rider in the five Monument races, including positions, times, and achievements. Input the rider's ID to access comprehensive performance data.

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

NameRequiredDescriptionDefault
rider_idYes

Input Schema (JSON Schema)

{ "properties": { "rider_id": { "title": "Rider Id", "type": "integer" } }, "required": [ "rider_id" ], "title": "get_rider_monument_resultsArguments", "type": "object" }
ID: lbkjwm0se5