Skip to main content
Glama
mcpwright

fred-mcp

by mcpwright

Get series metadata

get_series
Read-only

Retrieve full metadata for a FRED series, including units, frequency, date range, and notes with methodology caveats.

Instructions

Full metadata for one series: units, frequency, range, and notes.

`series_id`: a FRED series ID (e.g. "GDPC1"). The `notes` are returned
verbatim — they carry methodology caveats and, for third-party series,
the owner's copyright terms (also flagged via `copyrighted`).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYesThe FRED series ID
titleYesSeries title
unitsYesUnits of the raw data
frequencyYesNative frequency
seasonal_adjustmentYesSeasonal adjustment
observation_startYesFirst observation date (YYYY-MM-DD)
observation_endYesLatest observation date (YYYY-MM-DD)
last_updatedYesWhen the series data was last updated
popularityNoFRED popularity rank component
copyrightedYesTrue if third-party-copyrighted (see notes for the owner's terms)
notesNoThe series' FRED notes, verbatim — methodology, caveats, and any copyright notice (never stripped)
Behavior4/5

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

Beyond annotations (readOnlyHint, openWorldHint), description adds behavioral context: notes returned verbatim with methodology caveats and copyright terms flagged via 'copyrighted'. No contradictions. Could expand on response format but covered by output schema.

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?

Extremely concise: two sentences plus parameter note. First sentence sets overall purpose; second clarifies the sole parameter. No wasted words, front-loaded.

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?

Given simple tool (one parameter, has output schema, annotations present), description covers purpose, parameter, and behavioral nuance. Complete for agent to use correctly.

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 has 0% description coverage. Description compensates by explaining 'series_id: a FRED series ID (e.g. 'GDPC1')', adding format and example. This provides meaning beyond schema's type and required flag.

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?

Description clearly states 'Full metadata for one series: units, frequency, range, and notes.' It specifies the verb (get) and resource (series metadata). Differentiates from siblings like search_series (multiple series) and get_observations (data points).

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?

Description implies usage for obtaining metadata of a known series with example 'GDPC1'. While not explicit about when not to use, the context from sibling tool names (e.g., search_series, get_observations) provides clear alternatives. No explicit exclusions or alternative names mentioned.

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/mcpwright/fred-mcp'

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