Skip to main content
Glama

Strava MCP Server

by r-huijts

star-segment

Mark or unmark a Strava segment as starred for the authenticated athlete using the segment ID and a boolean flag to indicate the action.

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