Skip to main content
Glama
saryva
by saryva

get_recovery_metrics

Retrieve daily recovery metrics including sleep, Body Battery, HRV, and resting heart rate. Specify a date in YYYY-MM-DD format or use today's date.

Instructions

Métricas de recuperación de un día: sueño, Body Battery, HRV y frecuencia cardíaca en reposo. Formato de fecha YYYY-MM-DD; por defecto usa el día de hoy. Para varios días, llama varias veces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNo
Behavior3/5

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

The description discloses the output metrics and date format, but since no annotations are present, it carries the full burden. It does not mention side effects, authentication, or error handling, which is acceptable for a simple read operation.

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?

The description is extremely concise with two sentences that cover purpose, parameters, and usage. Every sentence adds value with no wasted words.

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?

The description covers the input format, default, and output metrics. For a simple tool with one parameter and no output schema, this is mostly complete. It lacks details on response structure or data availability, but these are minor gaps.

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

Parameters5/5

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

The schema parameter has no description, but the description adds meaning by specifying the date format (YYYY-MM-DD) and default value (today). This fully compensates for the 0% 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 it retrieves recovery metrics (sleep, Body Battery, HRV, resting heart rate) for a single day, which distinguishes it from sibling tools like get_daily_summary. The specific verb and resource are well-defined.

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 provides one usage guideline: call multiple times for multiple days. However, it does not compare to sibling tools like get_daily_summary or specify when to prefer this tool over alternatives.

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

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