Skip to main content
Glama

Strava MCP Server

by tomekkorbak

get_activity_by_id

Retrieve detailed information about a specific Strava activity using its unique ID. Access activity data stored in the Strava MCP Server for analysis or integration.

Instructions

Get detailed information about a specific activity. Args: activity_id: ID of the activity to retrieve Returns: Dictionary containing activity details

Input Schema

NameRequiredDescriptionDefault
activity_idYes

Input Schema (JSON Schema)

{ "properties": { "activity_id": { "title": "Activity Id", "type": "integer" } }, "required": [ "activity_id" ], "title": "get_activity_by_idArguments", "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/tomekkorbak/strava-mcp-server'

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