Nolio MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| authenticate | Authenticate 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
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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