Skip to main content
Glama

get_training_status_monthly

Fetch your Garmin training status for the last month, summarizing training load and performance trends. Use the optional end date to adjust the reporting window.

Instructions

Training status for the last month (up to end, YYYY-MM-DD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It states that the tool returns training status for the last month and hints at an end-date boundary with format 'YYYY-MM-DD'. It does not disclose what happens when the optional 'end' parameter is null, or whether the month is a calendar month versus a rolling 30-day window.

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 a single sentence with no filler, and the key scoping ('last month') appears first. The parenthetical 'up to end, YYYY-MM-DD' is somewhat awkward but still compact and informative.

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

Completeness3/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 output schema available, the description covers the basic call intent and date format. It leaves two gaps: the exact meaning of 'last month' and the behavior when 'end' is omitted or null. These are notable but not severe for a low-complexity read tool.

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 schema provides no description for the 'end' parameter, so the description's mention of 'YYYY-MM-DD' and 'up to end' adds meaningful format and boundary semantics. However, it does not explain the parameter's default/null behavior or whether the end date is inclusive, leaving part of the semantic burden unaddressed.

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

Purpose4/5

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

The description clearly identifies the resource ('training status') and the temporal scope ('last month'), and the tool name plus 'monthly' distinguishes it from get_training_status_daily and get_training_status_weekly. It does not explain what 'training status' contains, but the core purpose is unambiguous.

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 phrase 'last month' gives an implied usage context for when this tool is relevant, and the sibling names signal daily/weekly/monthly options. However, the description never explicitly says when to prefer this over get_training_status_daily or get_training_status_weekly, nor does it mention any exclusions or alternatives.

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

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/StefanOOE/mcp-garmin'

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