Skip to main content
Glama
mcpwright

fred-mcp

by mcpwright

Get latest value

get_latest
Read-only

Retrieve the most recent non-missing value for a FRED series and its next scheduled release date using a series ID.

Instructions

The most recent value of a series, plus its next scheduled release.

`series_id`: a FRED series ID. The value is the most recent NON-MISSING
print (daily series publish '.' on holidays) and is CURRENT data — it may
itself be revised later (see `get_revision_history` for how much this
series typically moves). `next_release_date` is null when FRED publishes
no schedule for the series' release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYesThe FRED series ID
titleYesSeries title
dateYesDate of the latest observation (period start)
valueYesThe latest value (null if missing)
unitsYesUnits of the value
last_updatedYesWhen FRED last updated this series
next_release_dateNoThe next scheduled release date for this series' release, if FRED publishes a schedule for it
Behavior5/5

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

Beyond annotations (readOnlyHint, openWorldHint), the description adds behavioral details: the value is the most recent non-missing print, daily series use '.' on holidays, it's current but may be revised, and next_release_date is null when no schedule is published. No contradictions.

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 concise: one topic sentence followed by a focused paragraph on the parameter and behavior. Every sentence adds value, with no redundancy or fluff.

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 (not shown), the description omits return values, which is acceptable. It covers the main behavior, parameter semantics, and edge cases (null next_release_date). Minor gap: no mention of error handling for invalid series_id, but overall complete for the tool's simplicity.

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?

With 0% schema description coverage, the description defines series_id as 'a FRED series ID,' adding basic meaning beyond the schema. However, it does not provide format, examples, or constraints, making it adequate but not rich.

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 'The most recent value of a series, plus its next scheduled release,' specifying a clear verb (get) and resource (value and release date). It distinguishes from siblings like get_observations and get_revision_history.

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

Usage Guidelines5/5

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

The description explicitly points to get_revision_history as an alternative when interested in revisions, and explains that the data is current and may be revised. This gives clear when-to-use and when-not-to-use guidance.

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

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