Skip to main content
Glama
eddmann

intervals-icu-mcp

by eddmann

get_workouts_in_folder

Retrieve all workouts stored in a specific folder or training plan, including their structure, intensity, and training load details.

Instructions

Get all workouts in a specific folder or training plan.

Returns detailed information about all workouts stored in a folder, including their structure, intensity, and training load.

Args: folder_id: ID of the folder to browse

Returns: JSON string with workout details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesFolder ID to get workouts from

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It discloses the output format ('JSON string'), the nature of the data ('detailed information about all workouts'), and specific content aspects ('structure, intensity, and training load'). While it does not mention edge cases or permissions, for a read-only getter this is adequate and adds useful context beyond the tool's name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loads the primary purpose. The Args and Returns sections are slightly redundant with the schema but provide a quick reference. Overall, it is well-organized and economical, though not as minimal as a two-sentence description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter getter with an existing output schema, the description is reasonably complete. It states the purpose, parameter, and return type. However, it does not explain how a training plan differs from a folder or why the tool might be preferred over get_workout_library, leaving minor contextual gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema fully documents the single parameter folder_id, so schema coverage is 100%. The description repeats this semantic in the Args section without adding new detail, except the phrase 'or training plan' in the main text, which hints at additional interpretation but is not explained. Thus, the description adds minimal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Get all workouts') and a targeted resource ('in a specific folder or training plan'). It also enumerates the kind of detail returned ('structure, intensity, and training load'), which makes the tool's purpose unambiguous and distinct from sibling tools like get_workout_library.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool (when you need workouts from a particular folder), but it does not explicitly discuss when not to use it or provide alternatives such as get_workout_library or get_upcoming_workouts. There is no comparison to sibling tools, so the usage guidance is only implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/eddmann/intervals-icu-mcp'

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