Skip to main content
Glama

bls_series

Read-onlyIdempotent

Fetch any BLS time series by its raw series ID (e.g. 'LNS14000000' for the unemployment rate, or a state/industry series). For when you know the exact BLS series ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_yearNoEnd year (optional).
series_idYesBLS series ID, e.g. 'LNS14000000'.
start_yearNoStart year (optional).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description's 'Fetch' aligns as a safe read operation. The description adds no behavioral caveats such as output format, rate limits, or year-range constraints, so it only mildly extends what annotations already provide.

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 sentences with the action and example front-loaded, followed by the exact-ID selection criterion. No filler, fluff, or redundant restatement of schema fields.

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 fetch with one required parameter and clearly documented optional years, selection and invocation are well covered. With no output schema, the response shape is left unstated, but the description still provides enough for correct tool usage.

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 series_id, start_year, and end_year already described. The description repeats an example ID also found in the schema and does not clarify year range behavior, so it meets the baseline without adding meaningful parameter insight.

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 states 'Fetch any BLS time series by its raw series ID', which is a specific verb, resource, and exact input. The examples and the 'when you know the exact BLS series ID' clause distinguish it from lookup or search siblings.

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?

It explicitly identifies the right condition: use when the exact BLS series ID is known. It does not name sibling alternatives or provide a when-not, so exclusions are left implicit.

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.