Skip to main content
Glama
nik-mirando

cre-fred-mcp

by nik-mirando

get_latest_value

Retrieve the most recent non-missing observation for any FRED economic series, such as SOFR or Treasury yields, returning the date and real value.

Instructions

Most recent non-missing observation for a FRED series.

series_id: FRED series id, e.g. 'SOFR', 'DGS10', 'MORTGAGE30US', 'FEDFUNDS'. Returns {series_id, date (YYYY-MM-DD), value}. Missing/holiday values are skipped so you always get a real number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYes
Behavior4/5

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

With no annotations provided, the description discloses key behavioral traits: it skips missing/holiday values and always returns a real number. It also specifies the return format (series_id, date, value). However, it does not mention rate limits or error conditions.

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 three sentences: purpose, parameter explanation with examples, and return/behavior. Every sentence adds value, and the most important information is 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?

For a simple tool with one parameter and no output schema, the description covers purpose, parameter, return format, and behavioral nuance (skipping missing values). It lacks error handling or usage context but is complete enough for typical use.

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 to the series_id parameter by providing examples (e.g., 'SOFR', 'DGS10') and stating it is a FRED series id. This compensates for the schema's lack of description.

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 'Most recent non-missing observation for a FRED series,' which is a specific verb-resource combination. It effectively distinguishes from sibling tools like get_series_observations (historical data) and search_series (search).

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 implies usage for obtaining the latest observation but does not explicitly specify when to use this tool versus alternatives, nor does it provide when-not scenarios or prerequisites.

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/nik-mirando/cre-fred-mcp'

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