Skip to main content
Glama

FirstCycling MCP Server

by r-huijts
MIT License
  • Apple

get_race_details

Retrieve detailed information about a cycling race, including history, statistics, route specifics, and classification data. Use the race ID to access comprehensive race details efficiently.

Instructions

Get comprehensive details about a cycling race. This tool provides detailed information about a specific race, including its history, key statistics, route details, and other relevant information. The data can be filtered by specific classification.

Note: If you don't know the race's ID, use the search_race tool first to find it by name. Example usage: - Get details for Tour de France (ID: 17) - Get details for Paris-Roubaix (ID: 30) Returns a formatted string with: - Race name, country, and category - Historical information and key statistics - Course details and characteristics - Optional classification details

Input Schema

NameRequiredDescriptionDefault
classification_numNo
race_idYes

Input Schema (JSON Schema)

{ "properties": { "classification_num": { "default": null, "title": "Classification Num", "type": "integer" }, "race_id": { "title": "Race Id", "type": "integer" } }, "required": [ "race_id" ], "title": "get_race_detailsArguments", "type": "object" }

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