Skip to main content
Glama

mcp-server-strava

get_activity_by_id

Retrieve detailed Strava activity metrics, including type, distance, and time, using the activity ID. Ideal for extracting specific workout data for analysis or integration.

Instructions

Get activity details from Strava

Args: activity_id (Union[str, int]): Activity ID to fetch Returns: Dict: Activity details including type, distance, time and other metrics

Input Schema

NameRequiredDescriptionDefault
activity_idYes

Input Schema (JSON Schema)

{ "properties": { "activity_id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Activity Id" } }, "required": [ "activity_id" ], "title": "get_activity_by_idArguments", "type": "object" }

Other Tools from mcp-server-strava

Related Tools

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/rbctmz/mcp-server-strava'

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