Skip to main content
Glama
lzinga

US Government Open Data MCP

cdc_mortality_rates

Read-only

Analyze provisional age-adjusted death rates by cause, sex, and state to track mortality trends across the United States from 2020 onward.

Instructions

Get provisional age-adjusted death rates by cause, sex, and state (quarterly, 2020–present). Causes: 'All causes', 'Heart disease', 'Cancer', 'COVID-19', 'Drug overdose', 'Suicide', etc. Returns rate_overall, rate_sex_female, rate_sex_male, and per-state rates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quarterNoQuarter: '2024 Q4', '2025 Q1'. Omit for all.
causeNo'All causes', 'Heart disease', 'Cancer', 'COVID-19', 'Drug overdose', 'Suicide', 'Diabetes', 'Alzheimer disease'
rate_typeNoRate type (default: Age-adjusted)
limitNoMax records (default 200)
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds useful context about the data being 'provisional' and the specific return fields (rate_overall, rate_sex_female, etc.), which goes beyond what annotations provide. However, it doesn't mention rate limits, data freshness, or authentication requirements.

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 efficiently structured in three sentences: purpose statement, cause examples, and return values. Every sentence earns its place by providing essential information without redundancy. It's appropriately sized and front-loaded with the core functionality.

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?

For a read-only tool with good annotations and 100% schema coverage, the description provides adequate context. It explains what data is returned and the scope of the tool. The main gap is the lack of output schema, but the description partially compensates by listing return fields. It could be more complete by mentioning data limitations or update frequency.

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 the schema already fully documents all 4 parameters. The description adds marginal value by listing example causes and mentioning the default rate type, but doesn't provide additional syntax or format details beyond what's in the schema. Baseline 3 is appropriate when schema does the heavy lifting.

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's purpose with specific verbs ('Get provisional age-adjusted death rates') and resources ('by cause, sex, and state'). It distinguishes from siblings like 'cdc_death_rates_historical' by specifying the time range ('quarterly, 2020–present') and data type ('provisional').

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 implies usage context through the time range and data scope, but does not explicitly state when to use this tool versus alternatives like 'cdc_death_rates_historical' or 'cdc_causes_of_death'. It provides some guidance through the parameter descriptions but lacks explicit when/when-not instructions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lzinga/us-government-open-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server