Skip to main content
Glama

Strava MCP Server

by r-huijts

list-athlete-routes

Retrieve and paginate routes created by the authenticated athlete via the Strava MCP Server, enabling efficient access to user-generated athletic paths.

Instructions

Lists the routes created by the authenticated athlete, with pagination.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination
perPageNoNumber of routes per page (max 50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 1, "description": "Page number for pagination", "exclusiveMinimum": 0, "type": "integer" }, "perPage": { "default": 20, "description": "Number of routes per page (max 50)", "exclusiveMinimum": 0, "maximum": 50, "minimum": 1, "type": "integer" } }, "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