Skip to main content
Glama
floriancaro

fred-mcp-server

by floriancaro

fred_release_series

Retrieve series data for a FRED release by release ID, with options to filter by time period, tags, and other attributes.

Instructions

Get the series on a FRED release.

Args: release_id: FRED release ID. realtime_start: Start of real-time period (YYYY-MM-DD). realtime_end: End of real-time period (YYYY-MM-DD). limit: Max number of results. offset: Pagination offset. order_by: Sort results by this field. sort_order: "asc" or "desc". filter_variable: Filter by "frequency", "units", or "seasonal_adjustment". filter_value: Value to filter by (depends on filter_variable). tag_names: Semicolon-delimited tag names to filter by (e.g., "usa;gdp"). exclude_tag_names: Semicolon-delimited tag names to exclude.

Returns: dict with key 'seriess'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_idYes
realtime_startNo
realtime_endNo
limitNo
offsetNo
order_byNo
sort_orderNo
filter_variableNo
filter_valueNo
tag_namesNo
exclude_tag_namesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. However, it only lists parameters and the return type (dict with key 'seriess'), omitting details like rate limits, authentication requirements, or side effects. The safety profile is unclear.

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 follows a structured Args/Returns format, making it easy to scan. It is concise enough, listing parameters without redundancy, though it could be slightly tighter by not repeating the tool's name.

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's complexity (11 parameters, many optional) and the absence of annotations, the description covers all parameters and the return format. It could mention that the output schema exists, but that is not strictly required.

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?

Despite 0% schema description coverage, the description explains each parameter in plain language (e.g., 'FRED release ID', 'Start of real-time period (YYYY-MM-DD)') and clarifies dependencies for filter_variable and filter_value. This adds significant meaning beyond the raw schema.

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 'Get the series on a FRED release', specifying the verb (Get) and resource (series on a FRED release). This distinguishes it from sibling tools like fred_release (which gets release metadata) and fred_series (which gets series by ID), among others.

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 guidance on when to use this tool versus its siblings. It does not mention alternatives or conditions for its use, such as when to prefer this over fred_release_series_tags or fred_release_tables.

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

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