Skip to main content
Glama

get_series_group

Read-onlyIdempotent

Retrieve group metadata for a regional FRED series, returning title, region type, units, frequency, and covered date span.

Instructions

GeoFRED / Maps: fetch the series-group metadata for a regional series — pass a regional series_id and get the group it belongs to (title, region type, units, frequency, and the span of dates it covers).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYesA regional FRED series id, e.g. `SMU56000000500000001`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe group's descriptive title, e.g. `"All Employees: Total Private"`.
unitsYesThe units as a display label, e.g. `"Thousands of Persons"`.
seasonYesThe seasonality, as FRED reports it here (a short code, e.g. `"NSA"`).
max_dateYesThe latest date the group has data for.
min_dateYesThe earliest date the group has data for.
frequencyYesThe frequency as a display label, e.g. `"Monthly"`.
region_typeYesThe region granularity as a display label, e.g. `"state"`.
series_groupYesThe group's identifier (FRED's own `series_group` field), e.g. `1223`.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds value by specifying the exact return fields (title, region type, units, frequency, span), which goes beyond what annotations provide. No behavioral contradictions.

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?

Single, well-structured sentence with front-loaded key information. Every word adds value; no fluff.

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?

For a simple tool with one required parameter, high schema coverage, and an output schema, the description is entirely sufficient. It covers the tool's purpose, input, and output comprehensively.

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 coverage is 100% with a clear description and example for series_id. Description adds context by explaining that the parameter must be a regional series_id and that the response depends on it, including a list of output fields. This is above the baseline of 3 because the description enriches understanding.

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 the verb (fetch), resource (series-group metadata), and scope (for a regional series). Distinguishes from siblings by explicitly mentioning 'GeoFRED / Maps' and 'regional series', which sets it apart from general series tools like get_series_data or get_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?

Describes what input to provide (a regional series_id) and what output to expect (group metadata). While not explicitly stating when not to use it or naming alternatives, the context of 'regional series' implicitly guides the agent to use this instead of general series tools.

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