Skip to main content
Glama

fed_z1_series

Read-onlyIdempotent

Return a bounded quarterly history for one curated Federal Reserve Financial Accounts (Z.1) aggregate series from LiveDataLink's self-hosted release snapshot. Includes official series/table identifiers, dollar values, units, seasonal-adjustment basis, pagination, source hash, and release provenance. Use this for 'show household net worth since 2019', 'quarterly federal debt outstanding', or 'consumer credit history'. Values are aggregate historical estimates that may be revised.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum observations, newest first. Default 24.
offsetNoObservations to skip. Default 0.
seriesYesExact curated slug or official Z.1 series ID. Call fed_z1_catalog to discover supported values.
end_periodNoQuarter in official Z.1 YYYY:Qn form, such as 2020:Q4.
start_periodNoQuarter in official Z.1 YYYY:Qn form, such as 2020:Q4.
response_formatNoHuman-readable markdown or machine-readable JSON. Default markdown.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive/openWorld, so the safety profile is covered. The description adds genuinely non-obvious behavioral context: values come from a self-hosted release snapshot, carry a source hash and release provenance, and are aggregate historical estimates subject to revision.

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?

Front-loaded with the core action, then payload, then examples and caveat. Three sentences with almost no waste; the enumerations are long but each item (units, SA basis, provenance) is informative rather than filler.

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 no output schema, the description takes on the burden of describing returns and does so by listing the returned fields (identifiers, dollar values, units, SA basis, pagination, source hash, provenance). Combined with the revision caveat, an agent has enough to call and interpret the tool; only pagination mechanics and period-default behavior remain undocumented.

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 every parameter (series, limit, offset, start/end_period, response_format) is already documented, including the pointer to fed_z1_catalog for series discovery. The description adds no additional parameter syntax or constraints beyond what the schema supplies, so the baseline of 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 states a precise verb and resource: returning a bounded quarterly history for one curated Fed Z.1 aggregate series, with the payload enumerated (ids, values, units, SA basis, provenance). It implicitly contrasts with siblings like fed_z1_snapshot/fed_z1_change through 'quarterly history,' but it never names them, so differentiation requires inference.

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?

Concrete usage is given via three example phrasings ('household net worth since 2019', 'quarterly federal debt outstanding', 'consumer credit history'), which tells an agent when this is the right tool. It stops short of naming alternatives or stating when-not to use it; discovery of valid series is delegated to the schema note pointing at fed_z1_catalog.

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.