Skip to main content
Glama

get_series_data

Read-onlyIdempotent

Retrieve regional economic data for a given FRED series, with optional date filtering to get values for a specific date or all dates since a start date.

Instructions

GeoFRED / Maps: fetch one regional series' values across regions, optionally over time. Give a regional series_id; with no date, FRED returns the most recent. Set date for a single date, or start_date for every date from then on. Returns the values keyed by date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoReport a single date, `YYYY-MM-DD` (default: the most recent).
series_idYesA regional FRED series id, e.g. `SMU56000000500000001`.
start_dateNoReport every date from this one onward, `YYYY-MM-DD`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYesThe `meta` payload: the descriptive header plus the dated regional values.
Behavior4/5

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

Adds meaningful context beyond annotations: default date behavior (most recent), returns values keyed by date. No contradictions with readOnlyHint and idempotentHint.

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?

Three sentences, front-loaded with purpose, no wasted words. Efficient and clear.

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?

Covers purpose, parameter behavior, return format, and default logic. Output schema exists, so return format explanation is sufficient.

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 covers 100% of parameters. Description adds clarification on default behavior for date parameter and semantics of start_date, exceeding baseline.

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?

Clearly states verb ('fetch'), resource ('regional series' values across regions), and options (time). Distinguishes from siblings by specifying 'GeoFRED / Maps' and 'regional series'.

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?

Provides guidance on when to use date vs start_date, and default behavior with no date. Lacks explicit comparison with sibling tools but context is sufficient.

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/ojhermann-org/ferric-fred'

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