Skip to main content
Glama

Intervals.icu MCP Server

by mvilanova

get_activity_details

Retrieve comprehensive fitness activity details, including workouts and metrics, from Intervals.icu using the activity ID and optional API key.

Instructions

Get detailed information for a specific activity from Intervals.icu

Args: activity_id: The Intervals.icu activity ID api_key: The Intervals.icu API key (optional, will use API_KEY from .env if not provided)

Input Schema

NameRequiredDescriptionDefault
activity_idYes
api_keyNo

Input Schema (JSON Schema)

{ "properties": { "activity_id": { "title": "Activity Id", "type": "string" }, "api_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Api Key" } }, "required": [ "activity_id" ], "title": "get_activity_detailsArguments", "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