Skip to main content
Glama

Strava MCP Server

by r-huijts

get-segment-effort

Retrieve detailed segment effort data by providing its unique ID. This tool enables analysis of specific Strava activity segments through the Strava MCP Server.

Instructions

Fetches detailed information about a specific segment effort using its ID.

Input Schema

NameRequiredDescriptionDefault
effortIdYesThe unique identifier of the segment effort to fetch.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "effortId": { "description": "The unique identifier of the segment effort to fetch.", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "effortId" ], "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