Skip to main content
Glama
Arbodgad

strava-openapi-mcp

by Arbodgad

get_route_as_tcx

Export a Strava route as a TCX file. Provide the route ID to download the training data, enabling GPS tracking and activity analysis in compatible apps.

Instructions

Export Route TCX

Endpoint: GET /routes/{id}/export_tcx

Description: Returns a TCX file of the route. Requires read_all scope for private routes.

Read-only operation. Scopes: required: read_all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe identifier of the route.
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It explicitly states the operation is read-only and requires read_all scope for private routes, which is useful. However, it does not disclose potential error behavior, response handling, or any other side effects. The coverage is adequate but not rich.

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 compact and front-loaded with the purpose. It uses clear section headings and avoids excessive verbosity. Minor redundancy exists in repeating 'Read-only operation' and scope information, but it remains well-structured and easy to scan.

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?

Given a simple tool with one parameter and no output schema, the description covers the essential elements: what it does, the auth requirement for private routes, and that it's read-only. This is sufficient for an agent to call it correctly. The lack of details about the response format is minor since the TCX file type is inherently understood.

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

Parameters3/5

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

The schema already fully documents the single 'id' parameter (100% coverage) with a clear description. The tool description adds no additional meaning about the parameter beyond referring to the route context. Baseline 3 is appropriate since the schema does the heavy lifting.

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 exports a route as a TCX file, using a specific verb ('Export') and resource ('Route TCX'). It distinguishes from sibling get_route_as_gpx by specifying the TCX format, leaving no ambiguity about what is returned.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool over alternatives like get_route_as_gpx or get_route_by_id. It mentions scope requirements but does not explain selection criteria or cases where another tool would be more appropriate, leaving the agent to infer usage context.

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

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/Arbodgad/strava-openapi-mcp'

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