Skip to main content
Glama

Stratalize Healthcare

get_cms_facility_benchmark

Read-only

Use when benchmarking hospital operating costs against CMS peer cohort or preparing a healthcare CFO board presentation. Returns peer_group context, benchmark_percentiles, metadata, source attribution, and optional database_row detail from the matched CMS benchmark row by bed size, state, and hospital type. Example: 300-bed acute care hospital in Illinois — peer group and percentile outputs show where operating metrics sit versus cohort benchmarks. Source: CMS HCRIS cost reports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes
bed_sizeYes
hospital_typeNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the bar is lower. The description adds valuable context by listing return components (peer_group, benchmark_percentiles, metadata, source attribution, optional database_row detail) and the data source (CMS HCRIS cost reports). No contradiction or missing safety disclosure is apparent.

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 four sentences with no fluff. It front-loads the use case, lists outputs, provides a concrete example, and cites the source—all in a compact structure. Every sentence earns its place.

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

Completeness4/5

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

Given there is no output schema, the description must explain return values and does so by naming the key output components and source. It also provides an example for concrete understanding. It lacks detailed shape or format of the returned objects, but for a benchmark tool with good annotations and clear purpose, it is sufficiently complete for agent invocation.

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 0%, so the description bears the burden of explaining parameters. It does mention 'by bed size, state, and hospital type' and gives an example ('300-bed acute care hospital in Illinois'), which partially compensates. However, it does not specify formats (e.g., state as abbreviation vs full name, bed_size as number) or clarify which parameter controls the optional database_row detail, leaving meaningful gaps.

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 benchmarks hospital operating costs against CMS peer cohorts and returns specific outputs like peer_group context, benchmark_percentiles, metadata, and source attribution. The verb 'benchmarking' plus resource 'hospital operating costs against CMS peer cohort' distinguishes it from sibling tools focused on other benchmarks (ASC, supply chain, etc.).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use it: 'when benchmarking hospital operating costs against CMS peer cohort or preparing a healthcare CFO board presentation.' It does not mention alternatives or exclusions, but the use case is clear and distinct from sibling tools, which earns it a 4.

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.

TDQS

A3.8/5.0
Disambiguation2/5

Several tools have overlapping or nearly identical purposes, such as get_drug_adverse_events and get_openfda_adverse_events both pulling FAERS data, get_drug_recall_status and get_fda_recall_history both handling recalls, and get_cms_star_rating overlapping with get_hospital_care_compare_quality. The distinctions rely on subtle source differences or output formatting, making it easy for an agent to select the wrong tool.

Naming Consistency5/5

All 29 tools follow a strict get_<domain>_<descriptor> pattern, with snake_case throughout. The naming is highly predictable and consistent, which helps agents infer functionality even if they haven't seen a specific tool before.

Tool Count3/5

29 tools is on the heavy side for a healthcare data server, but the breadth of healthcare domains (pharma, providers, payers, supply chain, quality) partially justifies the count. However, the presence of overlapping tools suggests the count could be reduced by consolidation without losing coverage.

Completeness4/5

The tool surface covers a wide range of healthcare operations: financial benchmarks, drug safety, compliance, quality ratings, provider verification, supply chain, and value-based care. Minor gaps exist (e.g., no specific patient outcome benchmark tool), but overall the core workflows for healthcare intelligence and benchmarking are well represented.

Resources