Skip to main content
Glama

Strava MCP Server

get_activity_segments

Retrieves segment efforts for a specific Strava activity by providing the activity ID, enabling analysis of performance across route sections.

Instructions

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

You must be authenticated.

Other Tools from Strava MCP Server

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

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