Skip to main content
Glama

Strava MCP Server

by tomekkorbak

get_recent_activities

Retrieve recent Strava activities from the past specified days, allowing query and analysis of athlete data. Configure days and limit for precise data retrieval.

Instructions

Get activities from the past X days. Args: days: Number of days to look back (default: 7) limit: Maximum number of activities to return (default: 10) Returns: Dictionary containing activities data

Input Schema

NameRequiredDescriptionDefault
daysNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 7, "title": "Days", "type": "integer" }, "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "title": "get_recent_activitiesArguments", "type": "object" }

Other Tools from Strava MCP Server

Related Tools

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/tomekkorbak/strava-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server