Skip to main content
Glama

get_regional_data

Read-onlyIdempotent

Fetch regional values for a GeoFRED series group on a given date across states, counties, MSAs, countries, or BEA regions. Choose region type to control response size.

Instructions

GeoFRED / Maps: fetch a region cross-section for a series group — the value in every region (state, county, MSA, country, or BEA region) on a given date. All arguments are required: series_group id, region_type, date, units (a free-text measurement label FRED echoes into the title, e.g. Dollars), frequency, and season. The result nests everything under a top-level meta object (FRED's own envelope, mirrored faithfully): the dated per-region values live under meta.data, which maps each observation date to a list of {region, code, value, series_id}; alongside them sit the display labels meta.title, meta.units, meta.region, meta.seasonality, and meta.frequency (see the output schema for the full shape). Size caveat: FRED returns the full cross-section with no limit or paging, so region_type county or msa yields thousands of regions (a county cross-section can exceed 250,000 characters) — prefer state, bea, or country unless you need that granularity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesThe date to report, `YYYY-MM-DD`.
unitsYesUnit-of-measurement label — free text that FRED echoes into the result title (e.g. `Dollars`), not a transformation code.
seasonYesSeasonal adjustment.
frequencyYesReporting frequency.
region_typeYesRegion granularity to break the data down to. FRED returns the full cross-section with no limit or paging, so `county` or `msa` returns thousands of regions (a `county` cross-section can exceed 250,000 characters); `state`, `bea`, and `country` are far smaller.
series_groupYesThe GeoFRED series-group id, e.g. `882`.

Output Schema

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

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

The description adds substantial behavioral context beyond the readOnlyHint/idempotentHint annotations: all six arguments are required, the output is nested under a top-level meta object (mirroring FRED's envelope), and the API returns the full unpaged cross-section, which can exceed 250,000 characters for county. This is exactly the kind of detail that helps an agent anticipate response size and structure.

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?

The description is dense but every sentence earns its place: purpose, required arguments, output structure, and a critical size warning. It is front-loaded with the core purpose and remains focused without redundant phrasing.

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?

With an output schema present and full parameter documentation, the description fills the remaining contextual gaps: the meta envelope layout, the unpaged nature of the response, and the practical size implications. It gives an agent everything needed to invoke the tool correctly and interpret the result.

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 coverage is 100%, so the schema already documents all six parameters thoroughly (e.g., units being a free-text label, date format, region_type enum). The description restates that all arguments are required but does not add new parameter-level insights beyond what is in the schema, matching the baseline for full schema coverage.

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 opens with a specific verb ('fetch') and precise resource ('region cross-section for a series group'), enumerating the region types (state, county, MSA, country, BEA). This clearly distinguishes it from the many series/data siblings in the tool list, such as get_series_data or get_observations.

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?

The description clearly indicates when to use the tool: when a regional breakdown of a series group is needed for a specific date. The size caveat ('prefer state, bea, or country unless you need that granularity') provides practical guidance on region_type selection, but it does not explicitly name alternative tools or state when not to use it compared to siblings.

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