Skip to main content
Glama

Intervals.icu MCP Server

by mvilanova

get_activities

Retrieve a list of athlete activities from Intervals.icu using optional filters like date range, limit, and unnamed activity inclusion. Supports athlete ID and API key input.

Instructions

Get a list of activities for an athlete from Intervals.icu

Args: athlete_id: The Intervals.icu athlete ID (optional, will use ATHLETE_ID from .env if not provided) api_key: The Intervals.icu API key (optional, will use API_KEY from .env if not provided) start_date: Start date in YYYY-MM-DD format (optional, defaults to 30 days ago) end_date: End date in YYYY-MM-DD format (optional, defaults to today) limit: Maximum number of activities to return (optional, defaults to 10) include_unnamed: Whether to include unnamed activities (optional, defaults to False)

Input Schema

NameRequiredDescriptionDefault
api_keyNo
athlete_idNo
end_dateNo
include_unnamedNo
limitNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "api_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Api Key" }, "athlete_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Athlete Id" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "include_unnamed": { "default": false, "title": "Include Unnamed", "type": "boolean" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "title": "get_activitiesArguments", "type": "object" }

You must be authenticated.

Other Tools from Intervals.icu 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/mvilanova/intervals-mcp-server'

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