Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

bls_search_series

Read-only

Look up popular BLS series IDs by topic. BLS has no search API, so this offers curated IDs for employment, unemployment, wages, CPI, PPI, productivity, JOLTS, and state data.

Instructions

Look up popular BLS series IDs by topic. BLS doesn't have a search API, so this provides curated series IDs for common topics.

Topics: employment, unemployment, wages, cpi, cpi_components, ppi, productivity, jolts, state_employment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoTwo-letter state code for state-level data (e.g., 'CA', 'TX')
topicYesTopic to look up: 'employment', 'unemployment', 'wages', 'cpi', 'cpi_components', 'ppi', 'productivity', 'jolts', 'state_employment'
Behavior4/5

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

The readOnlyHint annotation already tells the agent this is safe. The description adds that this is a curated lookup (not a live search) and lists supported topics, which gives useful behavioral context. No contradiction.

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 compact and front-loaded with the core action. The topic list is useful and each sentence serves a purpose. No waste.

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?

The tool is simple, read-only, with full schema coverage and no output schema. The description explains the tool's raison d'ĂȘtre and scope. It doesn't specify return format, but that may not be critical for a lookup 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%, so both parameters are already documented. The description repeats the topic list, which mirrors the schema, and adds no extra parameter-level nuance. Baseline 3 applies.

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?

The description uses a specific verb ('Look up') and resource ('popular BLS series IDs'), clearly scoping it by topic. It does not explicitly differentiate from sibling tools like bls_series_data, but the purpose is unmistakable.

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 provides clear context: BLS has no search API, so this tool fills that gap with curated IDs. It doesn't name alternative tools for when to use them, so exclusions are missing. Still, the intended use case is clear.

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