FirstCycling MCP Server

MIT License
  • Apple

get_rider_best_results

Retrieve a cyclist's top career results, including race finishes, stage wins, and classifications, sorted by importance. Use the rider’s ID to fetch detailed race information, dates, and positions for their most significant achievements.

Instructions

Retrieve the best career results of a professional cyclist, including their top finishes in various races. This tool provides a comprehensive overview of a rider's most significant achievements throughout their career, including their highest positions in major races, stage wins, and overall classifications. Results are sorted by importance and include detailed information about each race.

Note: If you don't know the rider's ID, use the search_rider tool first to find it by name. Example usage: - Get top 10 best results for Tadej Pogačar (ID: 16973) - Get top 5 best results for Jonas Vingegaard (ID: 16974) Returns a formatted string with: - Rider's name and career highlights - Top results sorted by importance - Race details including category and country - Date and position for each result

Input Schema

NameRequiredDescriptionDefault
limitNo
rider_idYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "rider_id": { "title": "Rider Id", "type": "integer" } }, "required": [ "rider_id" ], "title": "get_rider_best_resultsArguments", "type": "object" }
ID: lbkjwm0se5