Skip to main content
Glama
lzinga

US Government Open Data MCP

census_population

Read-only

Retrieve U.S. state population data from the American Community Survey. Specify year and state code to access demographic statistics for analysis and reporting.

Instructions

Get population data for U.S. states using the American Community Survey. Quick shortcut — for more flexibility use census_query directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoACS year (default: 2023). Range: 2005-2023.
stateNoTwo-digit FIPS state code, e.g. '06' (CA), '48' (TX), '36' (NY). Omit or '*' for all.
Behavior3/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds useful context about being a 'quick shortcut' for population data, but doesn't disclose behavioral details like rate limits, authentication needs, or response format. With annotations covering the safety profile, a 3 is appropriate as the description adds some value but not rich behavioral context.

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 with zero waste. The first sentence states the purpose, and the second provides crucial usage guidance. Every word earns its place, making it highly efficient and front-loaded.

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?

For a simple read-only tool with two well-documented parameters, 100% schema coverage, and annotations declaring safety, the description is complete. It covers purpose, distinguishes from siblings, and provides usage guidance. No output schema exists, but the description doesn't need to explain return values for this straightforward data-fetching tool.

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%, with both parameters ('year' and 'state') fully documented in the schema. The description doesn't add any parameter-specific information beyond what's in the schema, so it meets the baseline of 3 where the 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 verb ('Get') and resource ('population data for U.S. states using the American Community Survey'). It explicitly distinguishes from its sibling 'census_query' by calling itself a 'quick shortcut,' establishing a clear differentiation in scope and flexibility.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool ('quick shortcut') versus when to use an alternative ('for more flexibility use census_query directly'). This directly addresses sibling tool selection with clear context for trade-offs.

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