Skip to main content
Glama

get_release

Read-onlyIdempotent

Retrieve a FRED data release by its ID to get its name, press-release flag, and link.

Instructions

Fetch a FRED data release by its id (e.g. 53 = Gross Domestic Product): its name, press-release flag, and link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_idYesThe FRED release id, e.g. 53 (Gross Domestic Product).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe release's identifier.
linkYesA link to the release on the source's site, when FRED provides one.
nameYesHuman-readable name, e.g. `"Gross Domestic Product"`.
press_releaseYesWhether the release is accompanied by a press release.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds the specific output fields and an example id, but does not disclose further behavioral traits such as error behavior or existence requirements. This is adequate for a simple read-only tool.

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 a single concise sentence that front-loads the action, provides an example, and lists the return fields. It is directly scannable and contains no unnecessary words or repetition.

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?

The tool is simple with one well-documented parameter, strong annotations, and an output schema. The description covers the core purpose and return fields sufficiently for an agent to select and invoke the tool correctly. No additional context is needed.

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?

The single parameter release_id is fully described in the schema with a minimum value and an example. The description repeats the same example (53 = GDP) but adds no additional semantic meaning beyond what the schema already provides. With 100% schema coverage, the baseline score of 3 is appropriate.

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 clearly states the action (fetch), the resource (a FRED data release by id), and the scope (returns its name, press-release flag, and link). This specific field list distinguishes it from sibling tools like get_release_series or get_release_dates that fetch related data rather than the release metadata itself.

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 provides no explicit guidance on when to use this tool versus alternatives. It does not mention that this is for release metadata only, nor does it reference sibling tools like get_release_series or get_release_dates. The only implied usage is having a release id.

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