Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

dol_ui_claims_state

Read-only

Compare state-level weekly Unemployment Insurance claims: initial, continued, and insured unemployment rate.

Instructions

Get state-level weekly Unemployment Insurance (UI) claims. Compare initial claims, continued claims, and insured unemployment rate across states.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of records (default 25)
stateNoTwo-letter state code: 'CA', 'TX', 'NY'. Omit for all states.
offsetNoPagination offset
sort_byNoField to sort by: 'rptdate' (default)
sort_orderNoSort direction (default: desc)
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds context about the data fields and the ability to compare across states, which is useful, but it does not disclose any additional behavioral traits such as pagination behavior, data freshness, or sorting defaults beyond what the schema already explains.

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?

Two concise sentences, front-loaded with the core action. The second sentence adds clarifying detail about the comparison functionality without any waste.

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 read-only list tool with well-described parameters, the description provides enough context about what the tool does and what data is available. The absence of an output schema is mitigated by the description's mention of the specific claim types and the state-level scope, making the tool's purpose and invocation clear.

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?

All five parameters have descriptions in the schema (100% coverage), so the schema carries the burden of explaining limit, state, offset, sort_by, and sort_order. The description does not add any parameter-specific meaning beyond what is already in the schema.

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 opens with a specific verb and resource: 'Get state-level weekly Unemployment Insurance (UI) claims.' It clearly distinguishes from national-level counterparts by stating 'state-level' and lists the exact metrics (initial claims, continued claims, insured unemployment rate) that can be compared.

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 implies usage for state-level comparisons and contrasts with tools like dol_ui_claims_national without naming it. It provides clear context (state-level vs. national) but does not explicitly state when not to use it or name alternative tools.

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/cyntrica/gov-data-mcp'

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