Skip to main content
Glama

get_daily_stress

Retrieve daily stress history for a chosen number of days up to a specific date to analyze stress patterns and trends.

Instructions

Stress history for the last N days (period=days, up to end, YYYY-MM-DD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
daysNo

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 provided, the description carries the burden. It discloses the basic behavior: a historical stress lookup bounded by N days and an end date format. However, it does not mention how missing/null end is handled, whether the day count is inclusive, or any quirks around data availability.

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 a single compact sentence with no filler. It front-loads the core purpose and packs the two parameter semantics into a short parenthetical. Every element earns its place.

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 read-only history tool with an output schema, the description covers the main call pattern. However, it does not position this tool relative to siblings like get_weekly_stress or get_body_battery_stress_history, which matters given the large sibling list. Output schema covers return shape, so that omission is less critical.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It maps 'N days' to the days parameter and 'up to end, YYYY-MM-DD' to the end parameter, adding practical meaning beyond the bare schema. It stops short of explaining the default/null behavior fully, but it is still helpful.

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 ('stress history') and the time scope ('last N days'), and the phrase 'period=days' reinforces that this is the daily variant. It is distinguishable from get_weekly_stress, though it does not explicitly contrast with other stress-related siblings like get_body_battery_stress_history.

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?

The description gives no explicit guidance on when to choose this tool over alternatives. It does not mention get_weekly_stress or other stress/history endpoints, nor does it state exclusions or conditions. The intended usage is only implied by the name and 'period=days'.

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