Skip to main content
Glama

request_reload

Request a reload of epoch data for a specified date to refresh fitness and health metrics from Garmin Connect.

Instructions

Request reload of epoch data

Args: date: Date in YYYY-MM-DD format

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It says only 'Request reload' without explaining side effects, whether this is a write operation, whether it is asynchronous, whether it is idempotent, or what it actually changes. This is insufficient for an operation that sounds like it triggers system-side reload behavior.

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 very concise and front-loaded: the operation is stated first, followed by the argument specification. There is no filler or redundant content, and the format line earns its place.

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

Completeness2/5

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

For a tool with no annotations and a side-effect-like operation, the description is too thin. It does not cover what epoch data means, the consequences of reloading, or any prerequisites or caveats. An output schema exists, so return values are covered, but the operational context is missing.

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?

Schema description coverage is 0% for the sole parameter, so the description must compensate. It does provide the required format ('Date in YYYY-MM-DD format'), which is useful beyond the schema's bare type string. However, it does not explicitly explain the semantic role of the date (e.g., the epoch period to reload), leaving some inference to the agent.

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 identifies a specific action ('Request reload') and a clear resource ('epoch data'), so an agent can tell this is an operation that triggers a reload rather than a query or update. It is not a tautology and stands out from sibling getters and setters, but 'epoch data' is domain-vague and not elaborated.

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

Usage Guidelines2/5

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

There is no statement about when to use this tool versus alternatives, no conditions for calling it, and no exclusions. The description only states the operation and its argument, leaving the agent to infer appropriate usage from the tool name and context.

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

Deploy Server

Other Tools