Skip to main content
Glama

Medicare Post Acute Trend

medicare_post_acute_trend
Read-onlyIdempotent

Show annual national Medicare fee-for-service beneficiaries, stays, service days, and payments for home health, hospice, or skilled nursing. Program definitions and year basis differ by service and the figures are not provider revenue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_yearNo
from_yearNo
service_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearsYes
sourceYes
service_typeYes
interpretationYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already indicate safe read operations. The description adds valuable behavioral context: program definitions differ by service and figures are not provider revenue. This goes beyond annotations and sets proper expectations.

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 that are front-loaded with the core purpose, followed by a necessary caveat. No fluff or redundancy.

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?

The description provides the core purpose and a caveat, but it omits mention of the year range parameters (from_year, to_year) available in the schema. With an output schema present, this is acceptable but not complete.

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

Parameters2/5

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

Schema coverage is 0% as the description does not explain the parameters. While the schema is simple with enums and optional year fields, the description fails to clarify the meaning of from_year and to_year. The implied annual nature is not enough.

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 shows annual national Medicare fee-for-service data for specific post-acute services (home health, hospice, skilled nursing) and lists the metrics. It distinguishes from sibling tools by specifying the service type and context.

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 does not provide explicit guidance on when to use this tool versus alternatives like medicare_hospital_service_trend. It lacks any 'when to use' or 'when not to use' advice, which is needed given many similar Medicare trend tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.