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

ID: kjgj5ovtdq