Skip to main content
Glama

get_us_economic_indicators

Read-onlyIdempotent

BLS US monthly consumer_price_index (CPI-U NSA, 1982-84=100), unemployment (SA percent civilian labor force 16+), nonfarm_employment (SA thousands of payroll jobs). Default last 12 monthly periods; limit 1-120 or exact period YYYY-MM, mutually exclusive. Retains source decimals, missing values, preliminary/revision footnotes and evidence. Not real-time, a percent inflation rate or monthly job creation; not independently verified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLatest monthly periods, default 12; omit when period is supplied.
periodNoExact source month YYYY-MM, for example 2025-06; cannot be combined with limit.
indicatorYesBLS monthly series key; use list_us_economic_indicators to check availability and units.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
noticeNo
statusYesRead this before using values; a successful transport does not establish data availability.
returnedYesDomain-specific result count, not necessarily the number of stored records in items.
directoryNo
available_periodNo
independently_verifiedNoOfficial-source checks are not independent factual corroboration.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / items / items / properties / provenance / properties / verification_level / enum
      Previous value: -[
      -  "official_source_and_schema_checked",
      -  "method_specific"
      -]New value: +[
      +  "official_source_and_schema_checked",
      +  "public_aggregator_and_schema_checked",
      +  "method_specific"
      +]
  2. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive, closed-world), so the description only needs to add beyond that. It does add meaningful context: retained source decimals, missing values, preliminary/revision footnotes and evidence, non-real-time cadence, and 'not independently verified'. Auth/permissions and rate limits are not mentioned, keeping it from a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The content is densely packed into three sentences with no filler, and the data description and caveats are front-loaded. It is telegraphic and slightly crowded, but every clause carries information an agent needs.

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?

With an output schema present, the description need not explain return values, and it covers units, default/limit/period behavior, and data-quality caveats well. It stops short only on availability/authentication context, which the schema pushes to a sibling list tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3; the description goes further by stating the default period count, the 1-120 range, the YYYY-MM format, and mutual exclusivity of limit and period. It also supplies unit meanings for the indicator enum values that the schema only lists by name.

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?

It names a specific verb+resource (BLS US monthly indicators) and enumerates the three concrete series with their units (CPI-U NSA 1982-84=100, SA unemployment %, SA nonfarm payroll thousands), which is far more specific than the bare name. It does not, however, explicitly differentiate itself from neighboring generic siblings such as get_economic_indicators or get_indicators.

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?

Usage is implied through the parameter rules ('Default last 12 monthly periods; limit 1-120 or exact period YYYY-MM, mutually exclusive') and the negative scoping ('not real-time, a percent inflation rate or monthly job creation'). There is no explicit statement of when to choose this tool over the generic indicator siblings; only the schema field points at list_us_economic_indicators.

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.

Resources