Strava MCP Server

get_user_activities

Retrieve authenticated user activities from Strava, filtered by timestamps and paginated for efficient data access. Use this tool to streamline activity tracking and analysis.

Instructions

Get the authenticated user's activities.

Args: ctx: The MCP request context before: An epoch timestamp for filtering activities before a certain time after: An epoch timestamp for filtering activities after a certain time page: Page number per_page: Number of items per page

Returns: List of activities

Input Schema

NameRequiredDescriptionDefault
afterNo
beforeNo
pageNo
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "after": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "After" }, "before": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Before" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "per_page": { "default": 30, "title": "Per Page", "type": "integer" } }, "title": "get_user_activitiesArguments", "type": "object" }

You must be authenticated.

Other Tools from Strava MCP Server

Related Tools

ID: izw1dq6t15