Skip to main content
Glama

Strava MCP Server

by tomekkorbak

get_activities

Fetch the authenticated athlete's recent activities from Strava, with customizable limit, to access and analyze workout data efficiently.

Instructions

Get the authenticated athlete's recent activities. Args: limit: Maximum number of activities to return (default: 10) Returns: Dictionary containing activities data

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "title": "get_activitiesArguments", "type": "object" }

You must be authenticated.

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