Skip to main content
Glama

cms_hospice_search

Read-onlyIdempotent

Search Medicare-certified hospice agencies from CMS Hospice Compare. Returns provider name, address, ownership, and quality measures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
stateNoTwo-letter state code (e.g. 'CA', 'NY')
offsetNoPagination offset (default 0)
name_containsNoPartial provider name match

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds scope (Medicare-certified, CMS Hospice Compare) and return-field information, but doesn't disclose operational behavior such as pagination, update cadence, or response structure; that's modest context beyond annotations.

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 short sentences with no filler. The main verb and resource are front-loaded, followed immediately by the return content, and every word contributes.

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?

With no output schema and four optional parameters, the description usefully names the return categories and source, while the schema fully documents parameter meanings. Nothing needed to select and call the tool correctly is missing.

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 description coverage is 100%, so all four parameters (limit, state, offset, name_contains) are already documented with clear meanings and defaults. The tool description adds no parameter-specific semantics beyond naming the search resource, so it stays at the baseline for high 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?

States a specific verb ('Search'), a concrete resource ('Medicare-certified hospice agencies'), and the data source ('CMS Hospice Compare'). It also lists expected return fields, and the hospice-specific wording distinguishes it from sibling CMS facility-search tools without needing to inspect their schemas.

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 intended use is inferable from 'hospice agencies' and 'CMS Hospice Compare', but the description never explicitly contrasts it with cms_hospital_search, cms_nursing_home_search, or cms_home_health_search, nor gives when-not-to-use conditions. This is clear implied context rather than explicit routing guidance.

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.