Skip to main content
Glama

get_release_series

Read-onlyIdempotent

List FRED series in a release with pagination metadata: total count, offset, limit. Supports ordering by fields like series_id or popularity and sort direction.

Instructions

List the FRED series published in a release, with pagination metadata (total count, offset, limit). Supports ordering, sort direction, and a result limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort direction.
limitNoMaximum number of series to return.
order_byNoField to order results by.
release_idYesThe FRED release id.
Behavior4/5

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

Annotations already indicate read-only and idempotent behavior. The description adds context about pagination metadata (total count, offset, limit), which is beyond annotations. However, it does not clarify if offset is an input or output, leaving minor ambiguity.

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 two sentences, front-loaded with the action and resource, and every word adds value. No wasted text.

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?

Given the simple parameter set (4 params, 1 required) and no output schema, the description provides enough context for typical usage: listing series in a release with pagination and sorting. It is complete for its complexity.

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%, and the description merely restates the ordering and limit parameters. It adds no new semantic nuance beyond the schema, leading to a baseline score of 3.

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 tool lists FRED series published in a release, distinguishing it from siblings like get_release_dates or search_series. The verb 'List' and resource 'FRED series' with scope 'published in a release' provide specific purpose.

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 mentions pagination metadata, ordering, and sort direction, indicating when to use the tool. It does not explicitly exclude alternatives, but the context is clear for a tool that requires 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