Skip to main content
Glama
matisdsp

io.github.matisdsp/fartlek

by matisdsp

garmin_whats_changed

Read-only

Scan tracked Garmin metrics to detect statistically significant changes, ranked by safety first. Get a concise 'what's new' summary or 'nothing notable' when all is stable.

Instructions

Call for 'anything I should know?', 'what's new?', 'catch me up', or after days away. Scans every tracked metric and returns ONLY statistically significant changes, ranked safety-first; says 'nothing notable' when nothing tripped. Today's readiness is garmin_brief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
since_daysNodefault 7

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, and the description adds meaningful context: it scans all metrics, filters to statistically significant changes, ranks safety-first, and returns 'nothing notable' when nothing tripped. This goes beyond the minimal safety profile without contradicting annotations.

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

Conciseness5/5

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

Two sentences, front-loaded with usage triggers and followed by behavioral details. Every sentence adds value; no fluff or redundancy.

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

Completeness5/5

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

With a single optional parameter, read-only annotations, an output schema, and a clear purpose, the description covers all essential context. It also provides a fallback behavior and a pointer to a sibling tool, making it complete for an AI agent.

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 coverage is 100% with detailed metadata for since_days (default, min, max). The description does not mention the parameter, but the schema fully documents it. This matches the baseline for high schema coverage.

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 the tool scans every tracked metric and returns only statistically significant changes, ranked safety-first. It also distinguishes itself from siblings by explicitly noting that today's readiness is handled by garmin_brief, making its purpose unique.

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

Usage Guidelines4/5

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

Explicitly provides when to use via trigger phrases ('anything I should know?', 'what's new?', 'catch me up', 'after days away') and mentions garmin_brief as an alternative for readiness. However, it doesn't explicitly state when not to use, stopping just short of full when/when-not guidance.

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/matisdsp/fartlek'

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