Skip to main content
Glama

Strava MCP Server

by r-huijts

get-route

Retrieve detailed information about a specific Strava route using its unique ID via the Strava MCP Server, enabling access to route data for enhanced activity planning and analysis.

Instructions

Fetches detailed information about a specific route using its ID.

Input Schema

NameRequiredDescriptionDefault
routeIdYesThe unique identifier of the route to fetch.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "routeId": { "description": "The unique identifier of the route to fetch.", "pattern": "^\\d+$", "type": "string" } }, "required": [ "routeId" ], "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/strava-mcp'

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