Skip to main content
Glama

get_observations

Read-onlyIdempotent

Retrieve date-value pairs from a FRED economic series with optional filtering by date range, unit transformation, frequency aggregation, sort order, and limit.

Instructions

Fetch a FRED series' observations (date/value pairs). Supports an optional date range, a units transform, aggregation to a lower frequency, sort order, and a result limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoLatest observation date, `YYYY-MM-DD`.
sortNoSort order by date.
limitNoMaximum number of observations to return.
startNoEarliest observation date, `YYYY-MM-DD`.
unitsNoUnits transformation to apply.
frequencyNoFrequency to aggregate observations down to.
series_idYesThe FRED series id, e.g. `GNPCA` or `UNRATE`.
aggregationNoAggregation method, used together with `frequency`.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the agent knows it's safe. The description adds that it returns date/value pairs but does not disclose pagination behavior or rate limits. Given the comprehensive annotations, this is adequate.

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 two sentences, front-loaded with the core purpose, and every word adds value. No unnecessary details.

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 8 parameters (1 required), no output schema, and strong annotations, the description sufficiently explains what the tool returns (date/value pairs) and the optional transformations. It could mention the default sort or limit behavior but missing that is minor.

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%, so all parameters have descriptions in the input schema. The description mentions the optional features but does not add new semantic meaning beyond what the schema provides. Baseline score of 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 that the tool fetches a FRED series' observations as date/value pairs. It specifies the resource (FRED series) and the output format, distinguishing it from siblings like get_series which return metadata.

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

Usage Guidelines4/5

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

The description lists supported optional features (date range, units transform, aggregation, sort, limit) which helps in understanding when to use this tool. However, it does not explicitly mention when not to use it or name alternative tools for other purposes.

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