Skip to main content
Glama

Stratalize Intelligence

get_cms_star_rating

Read-only

Use when advising on CMS Hospital Star Rating strategy or benchmarking a hospital quality performance trajectory. Returns domain weights, national distribution benchmarks, and improvement priorities. Example: Mortality domain weighted at 22% of overall star — hospitals moving 3 to 4 stars typically require 18-month mortality improvement program — 3-star hospitals represent 41% of the national distribution. Source: CMS Care Compare methodology. $0.02 USDC per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNo
hospital_nameNo
current_star_ratingNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already mark the call read-only and non-destructive, and the description adds useful behavioral context: the source methodology, a $0.02 USDC cost, and concrete example outputs. It does not contradict the annotations, and it discloses the return categories without specifying result formatting.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the use trigger, followed by output categories, a concrete example, source, and cost. It is slightly verbose because the example sentence carries illustrative numbers, but each component adds some value.

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 covers the use case, high-level outputs, source, and cost, making it minimally viable. It is incomplete for an agent because the optional parameters are not explained and no output schema exists, so the expected response shape and parameter effects remain unclear.

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

Parameters1/5

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

Schema coverage is 0% and the description never explains how state, hospital_name, or current_star_rating influence the call. With three undocumented parameters and no required fields, the agent gets no guidance on whether to pass a filter or what the values mean.

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 identifies a specific resource (CMS Hospital Star Rating) and the actionable outputs: domain weights, national distribution benchmarks, and improvement priorities. It does not explicitly distinguish itself from sibling tools like get_hospital_care_compare_quality, so it falls short of full differentiation.

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?

Opens with an explicit 'Use when' condition covering strategy advice and benchmarking, which tells the agent when to invoke it. It offers no exclusions or named alternatives, so it stops short of full usage routing.

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