Skip to main content
Glama

Strava MCP Server

by r-huijts

get-segment

Retrieve detailed information on a specific Strava segment using its unique segment ID. The tool connects via the Strava MCP Server to access and provide segment data for analysis or integration.

Instructions

Fetches detailed information about a specific segment using its ID.

Input Schema

NameRequiredDescriptionDefault
segmentIdYesThe unique identifier of the segment to fetch.

Input Schema (JSON Schema)

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