Skip to main content
Glama
nico-b

Nolio MCP Server

by nico-b

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_profileA

Get the authenticated user's Nolio profile (id, name).

get_planned_workoutsB

Retrieve planned workouts from your coach's training program.

Args: from_date: Start date filter (YYYY-MM-DD) to_date: End date filter (YYYY-MM-DD) limit: Max results to return (default 30) id: Specific planned workout ID to retrieve

get_workoutsA

Retrieve completed/logged workouts.

Args: from_date: Start date filter (YYYY-MM-DD) to_date: End date filter (YYYY-MM-DD) limit: Max results to return (default 30) id: Specific workout ID to retrieve

get_workout_streamsA

Get detailed time-series data for a specific workout (HR, pace, power, cadence, altitude).

Args: id: Workout ID

get_notesA

Retrieve notes (injury, availability, illness, rest, etc.).

Args: from_date: Start date filter (YYYY-MM-DD) to_date: End date filter (YYYY-MM-DD) limit: Max results to return (default 30) note_type: Filter by type: blessure, dispo, inconfort, goal, indispo, malade, menstruel, repos id: Specific note ID to retrieve

get_metricsA

Get a specific metric entry by its ID. Requires special API authorization.

Args: id: Metric entry ID

get_user_metadataC

Get user metadata including goals, weight history, HR, sleep, aerobic speed, FTP. Requires special API authorization.

Args: from_date: Start date filter (YYYY-MM-DD) to_date: End date filter (YYYY-MM-DD) limit: Max results to return (default 15)

get_recordsA

Get personal records (power, HR, pace, etc.).

Args: cat: Record category — ppr (power), phrr (HR), par (pace), ptr (time), pvar (speed), pcadr (cadence) record_type: Either 'time' or 'distance' from_date: Start date filter (YYYY-MM-DD) to_date: End date filter (YYYY-MM-DD) sports: Comma-separated sport IDs (e.g. '9,23') items: Comma-separated durations in seconds or distances in meters

Prompts

Interactive templates invoked by user choice

NameDescription
authenticateAuthenticate with Nolio to obtain API tokens. Run this if you haven't set up credentials yet or if your tokens have expired.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/nico-b/nolio-mcp'

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