Skip to main content
Glama

Strava MCP Server

by r-huijts

star-segment

Manage starred segments on Strava: star or unstar specific segments for authenticated athletes using segment ID and starred status.

Instructions

Stars or unstars a specific segment for the authenticated athlete.

Input Schema

NameRequiredDescriptionDefault
segmentIdYesThe unique identifier of the segment to star or unstar.
starredYesSet to true to star the segment, false to unstar it.

Input Schema (JSON Schema)

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