Skip to main content
Glama
floriancaro

fred-mcp-server

by floriancaro

fred_release_tables

Get the hierarchical tree of elements for a FRED release. Optionally include observation values for a specific date.

Instructions

Get release table trees for a FRED release.

Args: release_id: FRED release ID. element_id: Element ID to start the tree from. Omit for the root. include_observation_values: If true, include observation values in the response. observation_date: Observation date (YYYY-MM-DD) for included values.

Returns: dict with key 'elements'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_idYes
element_idNo
include_observation_valuesNo
observation_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It indicates the return format (dict with 'elements') and parameter purposes, but does not disclose traits like read-only nature, authorization needs, or error behavior. This is adequate but minimally informative.

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 structured as a docstring with Args and Returns sections. It is concise with no extraneous text, though the first sentence could be slightly more front-loaded.

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 presence of an output schema (signal indicates true), the description needn't detail return values extensively. It covers the main parameters and return shape. However, it omits any mention of error handling or tree hierarchy nature, which would be helpful.

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%, but the description adds significant meaning beyond the schema. It explains element_id: 'Omit for the root,' include_observation_values: 'If true, include observation values,' and specifies date format for observation_date. This compensates for the lack of schema documentation.

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 states 'Get release table trees for a FRED release,' using a specific verb and resource. Among siblings like fred_release and fred_release_series, it clearly distinguishes itself by focusing on 'tables' as a tree structure.

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?

No explicit guidance on when to use this tool versus alternatives like fred_release_series. The description implies usage when one needs the table tree structure, but lacks exclusions or context.

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