Skip to main content
Glama

get_recovery_trend

Retrieve your recovery scores for the last N days to analyze trends and identify patterns in your recovery data.

Instructions

Get recovery scores for the last N days.

Args: days: Number of days to look back (default: 7, no limit)

Shows the trend of your recovery to help identify patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description must convey behavioral traits. It states 'Get recovery scores', indicating a read-only operation. However, it does not explicitly confirm no side effects or mention permissions, though the nature is clear.

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?

Three sentences with no fluff. The first sentence states the purpose, the second explains the parameter, and the third provides outcome context. Every sentence adds value.

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?

Given the tool's low complexity (one optional parameter, no annotations, output schema present), the description covers purpose, parameter, and outcome. No gaps are apparent.

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?

Schema coverage is 0%, so the description compensates fully. It explains the 'days' parameter as 'Number of days to look back (default: 7, no limit)', adding meaning beyond the schema's type and default.

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 'Get recovery scores' and 'Shows the trend of your recovery', specifying the verb (get) and resource (recovery scores). It distinguishes from siblings like get_sleep_trend and get_workouts, which target different health metrics.

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 usage for trend analysis with 'to help identify patterns', but it does not explicitly state when to use this tool versus alternatives (e.g., get_today_summary might offer a snapshot). No exclusions or prerequisites are mentioned.

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/JasonBates/whoop-mcp-server'

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