Skip to main content
Glama

get_releases

Retrieve the full list of economic data releases from FRED, with options to limit or offset preview results and save the complete set to a JSON file.

Instructions

Get all releases of economic data.

Args: 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
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

The description adds useful behavioral context beyond the schema by explaining that limit and offset apply to a 'preview' and that file_path saves the full list as JSON. However, with no annotations and no output schema, it does not disclose return structure, side effects of file writing, authentication, or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the main purpose, followed by a compact parameter list. No unnecessary words or repetition. It could be slightly richer, but it is appropriately sized for the tool's simplicity.

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

Completeness2/5

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

Given no annotations, no output schema, and a large sibling set, the description misses key context such as the shape of returned data, how to distinguish this tool from get_release_series, and when the file_path option should be used. The preview/full-list distinction is helpful, but the overall operational context is incomplete.

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%, and the description compensates by explaining all three parameters: limit caps the preview, offset shifts the preview, and file_path optionally saves the full list. This adds meaning that the raw schema alone does not provide, though details like file overwrite behavior are absent.

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 states a specific action and resource: 'Get all releases of economic data.' It is clear enough to identify the tool's primary function. However, it does not explicitly differentiate itself from the similar sibling get_release_series, so an agent may need to infer the distinction.

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?

The description gives no guidance about when to use this tool versus alternatives such as get_release_series or get_series_info. It only explains the parameters, with no mention of exclusions, prerequisites, or typical use cases.

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