Skip to main content
Glama

Strava MCP Server

get_activity

Retrieve detailed information about a specific Strava activity, including segment efforts if specified, using an activity ID. Simplifies access to fitness data via the Strava MCP Server.

Instructions

Get details of a specific activity.

Args: ctx: The MCP request context activity_id: The ID of the activity include_all_efforts: Whether to include all segment efforts

Returns: The activity details

Input Schema

NameRequiredDescriptionDefault
activity_idYes
include_all_effortsNo

Input Schema (JSON Schema)

{ "properties": { "activity_id": { "title": "Activity Id", "type": "integer" }, "include_all_efforts": { "default": false, "title": "Include All Efforts", "type": "boolean" } }, "required": [ "activity_id" ], "title": "get_activityArguments", "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