Skip to main content
Glama

get_release_series

Retrieve economic data series for a specific FRED release using its release ID. Optionally limit or offset results and save the full list to a JSON file.

Instructions

Get series in a specific release.

Args: release_id: The release ID. limit: Max results in preview. offset: Offset for preview. file_path: Optional absolute path to save the full list as JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
file_pathNo
release_idYes
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

The description reveals useful behavioral details beyond the schema: limit and offset control the preview, and file_path optionally saves the full list as JSON. However, there are no annotations and no mention of return format, pagination semantics, or errors, so the agent is left to infer some behavior.

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 concise and well-structured: a one-sentence purpose followed by a compact args list. Every line serves a purpose, and the preview-versus-full-list distinction is communicated efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

All four parameters are described and the preview/full-list behavior is introduced, but there is no output schema to clarify return values and no guidance on how preview results differ structurally from the saved full list. The tool is usable, but an agent would still need to guess at the response shape.

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 description coverage is 0%, so the description must compensate, and it does. It explains release_id, clarifies that limit and offset apply to preview results, and explains file_path as an optional path to save the full list as JSON. This adds real meaning beyond the raw schema.

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 clearly states the tool gets series within a specific release, using a specific verb and resource. It does not explicitly contrast with sibling tools like get_series_info or get_category_series, but the scope is unambiguous enough for basic differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus alternatives such as get_series_data or get_category_series. The description implies its use ('Get series in a specific release') but provides no exclusions, prerequisites, or routing hints.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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