Skip to main content
Glama
PhilipAD

health-export-mcp

by PhilipAD

get_trends

Compare the most recent period of a health metric against the prior same-length period to get change, percent change, and directional trend.

Instructions

Compare the most recent N-day window against the prior N days for a metric — returns change, percent change and direction (up/down/flat).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metricYes
windowNodays per window (default 7)
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only mentions the return values (change, percent change, direction) but does not state whether the tool is read-only, requires authentication, has rate limits, or any other behavioral traits.

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?

Single sentence, 20 words, front-loaded with the core purpose and key output. No unnecessary words, very efficient.

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?

Given no output schema, the description adequately explains the return structure. However, it lacks information on error conditions, metric constraints, or privacy/rate-limit considerations. For a simple comparison tool, this is acceptable but not thorough.

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 only 50% (window has a description, metric does not). The description adds context for metric ('for a metric') and reinforces window's purpose, but does not provide additional details like acceptable metric values or format. It partially compensates for the missing schema description.

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?

Description clearly states it compares the most recent N-day window against the prior N days for a metric and returns change, percent change, and direction. This is specific and distinct from siblings, though it doesn't specify which metrics are supported.

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?

No explicit guidance on when to use this tool versus alternatives like compare_periods or list_metrics. The usage is implied by the description, but no when-not-to conditions or contextual cues are provided.

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/PhilipAD/health-export-mcp'

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