Strava MCP Server

by yorrickjansen
Verified

get_activity_segments

Get the segments of a specific activity.

Args: ctx: The MCP request context activity_id: The ID of the activity

Returns: List of segment efforts for the activity

Input Schema

NameRequiredDescriptionDefault
activity_idYes

Input Schema (JSON Schema)

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