Skip to main content
Glama

Healthparse Healthcare Data Gateway

hpt_rates_search

Search hospital price-transparency negotiated rates by billing code (CPT/HCPCS/MS-DRG), state, payer, hospital CCN, or rate type. Answers: what do payers actually pay for this procedure at these hospitals? Source: hospital-published MRFs. [price: $0.03/call]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccnNo
limitNo
payerNo
stateNo
offsetNo
rate_typeNo
billing_codeNo
billing_code_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
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. It mentions a cost ($0.03/call) but does not disclose other behavioral traits such as read-only nature, side effects, rate limits, or required permissions. This is insufficient for a search tool.

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 two sentences long, immediately stating the core purpose and parameters, then providing a typical use case, source, and cost. It is front-loaded and free of filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 8 parameters, no output schema, and no annotations, the description is incomplete. It explains the general purpose but not parameter details, output structure, or usage constraints. Important aspects like pagination, rate limits, or error handling are absent.

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 description coverage is 0%. The description lists some parameters (billing code, state, payer, hospital CCN, rate type) but does not explain their usage, relationships (e.g., billing_code and billing_code_type), or constraints. Limit and offset are omitted. The description adds minimal value over the schema.

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 states the verb (search) and resource (hospital price-transparency negotiated rates) and lists parameters. It answers a specific question. However, it does not explicitly distinguish from the sibling tool hpt_code_stats, which may be similar but for statistics.

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 provides a use case query ('what do payers actually pay?') and indicates the data source. But it lacks explicit guidance on when to use this tool vs. alternatives, or when not to use it. 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources