Skip to main content
Glama

mcp-server-strava

get_activity_by_id

Retrieve detailed activity data from Strava by providing the activity ID. Fetch metrics like type, distance, and time for comprehensive analysis.

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" }
Install Server

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