Skip to main content
Glama

get_release_series

Read-onlyIdempotent

Retrieve series published in a FRED release with pagination, ordering, and filtering options.

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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesTotal number of matches across all pages.
limitYesPage-size limit that FRED applied.
offsetYesOffset of this page into the full result set.
seriesYesThe matching series on this page. FRED names the array `seriess` (sic) on the wire; we read that but emit the correctly-spelled `series` on output.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds value by mentioning pagination metadata (total count, offset, limit) and ordering capabilities, providing behavioral context beyond the annotations.

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, well-structured sentence that is front-loaded with the core action (list series) and additional behaviors (pagination, ordering). Every part is concise and relevant.

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

Completeness4/5

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

Given the tool has 4 parameters (1 required), an output schema exists, and the description covers purpose and primary behaviors, it is fairly complete. Minor gaps like error handling are acceptable for this type of tool.

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 mentions parameters like ordering, sort direction, and limit. However, it does not add additional meaning beyond what the schema descriptions already provide. Baseline 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 tool lists FRED series published in a release and mentions pagination metadata. It distinguishes itself from sibling tools by specifying the resource (series in a release) and the verb (list).

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

Usage Guidelines3/5

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

The description indicates the tool supports ordering, sort direction, and limit, but does not provide explicit guidance on when to use this versus alternatives like get_release or get_release_dates. Usage context is implied but no exclusions or when-not-to-use are given.

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