SEMIPRO Cycling Intelligence
Server Details
Analyse cycling-event GPX routes and build bounded, practical ride-fuelling carry plans.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolsanalyse_event_routeAnalyse cycling event routeARead-onlyIdempotentInspect
Analyse a cycling-event GPX using SEMIPRO Event Demand Intelligence. Use this when a rider, coach or agent asks what a route will demand, which climbs or sections matter, or what kind of performance problem the course creates. This analyses the course only: it does not inspect an athlete, prescribe training, predict a result, diagnose a medical issue, or analyse a completed FIT activity.
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| gpx_xml | No | Complete GPX XML. Provide this or gpx_base64. Maximum decoded size: 3 MB. | |
| gpx_base64 | No | Base64-encoded GPX file. Provide this or gpx_xml. Maximum decoded size: 3 MB. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds that the tool analyses the course only and lists explicit non-use cases, which provides context beyond the annotations. It doesn't discuss return format or limitations like rate limits, but the safety profile is well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences long, with the primary action front-loaded. Each sentence adds distinct value: the action, the use cases, and the exclusions. There is no redundant or filler text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers purpose, usage, and scope exclusions clearly. However, it does not explain the 'event' parameter or the expected return output. Since there is no output schema, a brief note on output could improve completeness, but the description is sufficient for correct tool selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema itself describes gpx_xml and gpx_base64 with size limits and mutual exclusivity, covering 67% of parameters. However, the 'event' object has no description in the schema, and the tool description does not compensate for this gap. The main payload (GPX) is well-specified, but the optional event metadata lacks semantic guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb and resource ('Analyse a cycling-event GPX'), and explicitly differentiates it from the sibling tool by focusing on route demand analysis rather than fuelling. The exclusions (no athlete inspection, training prescription, etc.) further sharpen the scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit when-to-use guidance ('Use this when a rider, coach or agent asks what a route will demand, which climbs or sections matter...') and clear exclusions ('it does not inspect an athlete, prescribe training, predict a result, diagnose a medical issue, or analyse a completed FIT activity'). This is exemplary usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan_ride_fuellingPlan cycling ride fuellingARead-onlyIdempotentInspect
Turn a cycling session duration, broad work type and current carbohydrate tolerance into a bounded carbohydrate target, carry plan and timing guide. Use this when a rider needs to know how much carbohydrate to carry and how to divide it across their own gels, drink, chews or food. This is general sports-fuelling guidance: it does not provide medical nutrition, prescribe hydration or sodium, create a daily meal plan, or use connected athlete data.
| Name | Required | Description | Default |
|---|---|---|---|
| ride_type | Yes | Broad work demand. Use race_event only for a race, sportive or equivalent performance event. | |
| carb_sources | No | Optional products or foods the rider already has. Omit to receive a generic equivalent pack. | |
| duration_minutes | Yes | Planned cycling duration in minutes. | |
| current_tolerance | Yes | Highest carbohydrate intake in grams per hour already tolerated reliably in similar cycling. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds valuable behavioral context by stating it is 'general sports-fuelling guidance' and specifying what it does not do, which helps set expectations. It does not contradict any annotations, and the added limitations provide clarity beyond the structured metadata.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is only two sentences, tightly packed with actionable information. It front-loads the core function, then adds usage guidance and exclusions without any waste or repetition. Every sentence earns its place, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has four parameters, no output schema, and one sibling, the description provides sufficient context. It explains the high-level output ('bounded carbohydrate target, carry plan and timing guide'), states usage conditions, and clarifies limitations. While it does not detail the output format, the lack of an output schema and the broad guidance nature make this adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the input schema fully documents all four parameters. The description adds a slight framing by mentioning 'duration, broad work type and current carbohydrate tolerance' and 'gels, drink, chews or food,' but it does not provide additional detail beyond what the schema already states. This meets the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific action: 'Turn a cycling session duration, broad work type and current carbohydrate tolerance into a bounded carbohydrate target, carry plan and timing guide.' This clearly states the tool's function and resource, and distinguishes it from the sibling 'analyse_event_route' which is route-focused. The second sentence reinforces the purpose by explaining when to use it for fuelling planning.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states 'Use this when a rider needs to know how much carbohydrate to carry and how to divide it across their own gels, drink, chews or food.' It also provides clear exclusions: 'does not provide medical nutrition, prescribe hydration or sodium, create a daily meal plan, or use connected athlete data.' This gives both when-to-use and when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- First observed
analyse_event_route - First observed
plan_ride_fuelling
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
AI soigneur for cyclists: Strava ride to an Ien-Vitse-validated nutrition plan + orderable box.
Manage your endurance training data and race preparation
Marathon fueling, pace, hydration, heat, carb-loading, and gel-comparison calculators.
Live GPS sports tracking + per-sport analysis of GPX/IGC/FIT files: thermals, wind, phases, laps
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceAI soigneur for cyclists: turns your Strava ride into an Ien-Vitse-validated nutrition plan (carbs/hour, hydration, timing) and assembles a ready-to-order musette. Works alongside the Strava MCP in Claude and ChatGPT.MIT- FlicenseAqualityDmaintenanceRace nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons. Returns personalised Lecka product recommendations by race type, conditions and athlete weight.31-
- AlicenseAqualityAmaintenanceLocal-first cycle coach MCP for phase-aware nutrition and training context.17259MIT
- AlicenseAqualityBmaintenanceAnalyze iGPSport cycling data with natural language, computing derived training metrics (NP, IF, TSS, CTL, ATL, TSB) locally via MCP.83MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools address completely different aspects: one analyzes a cycling route's physical demands, the other plans carbohydrate intake for a session. There is zero overlap in purpose or inputs.
Both tools follow the same verb_noun pattern with snake_case: analyse_event_route and plan_ride_fuelling. This is perfectly consistent and predictable.
With only two tools, the set feels thin for a server branded as 'Cycling Intelligence'. While both tools are focused and purposeful, the count is at the low end of the acceptable range.
The server name implies broader cycling intelligence capabilities, but only covers course analysis and fuelling. Obvious gaps include athlete data analysis, training prescription, performance prediction, and FIT file analysis.