Skip to main content
Glama

Strava MCP Server

by r-huijts

get-activity-details

Retrieve specific activity details by providing the activity ID, enabling access to comprehensive information through the Strava MCP Server integration.

Instructions

Fetches detailed information about a specific activity using its ID.

Input Schema

NameRequiredDescriptionDefault
activityIdYesThe unique identifier of the activity to fetch details for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activityId": { "description": "The unique identifier of the activity to fetch details for.", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "activityId" ], "type": "object" }

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

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