Skip to main content
Glama

fred-treasury-macro-data-mcp

Server Details

US macro & Treasury data — FRED series, yield curve, auctions, and a macro dashboard.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a unique purpose: auction results, FRED series, macro dashboard, yield curve, and upcoming auctions. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix with snake_case, clearly describing the data retrieved.

Tool Count5/5

5 tools is appropriate for a treasury/macro data server, covering key data points without being excessive.

Completeness4/5

Covers main areas (auctions, yields, FRED, macro snapshot). Minor gap: no direct inflation expectations tool, but FRED series can fill it.

Available Tools

5 tools
get_auction_resultsA
Read-only
Inspect

Treasury auction results — stop-out yield, bid-to-cover ratio, allotments, primary-dealer take.

Args: auction_id_or_recent: "recent" for the latest auctions, or a CUSIP to look up that issue. security_type: "all", "Bill", "Note", "Bond", "TIPS", "FRN", or "CMB" days_back: how many days of historical results to consider (default 30) limit: max results to return (default 25)

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
days_backNo
security_typeNoall
auction_id_or_recentNorecent
Behavior4/5

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

Annotations already declare readOnlyHint=true. Description adds what data is returned (stop-out yield, etc.) and parameter effects, providing context beyond annotations.

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?

One concise paragraph with a bullet list for parameters. Key purpose is front-loaded. No redundant sentences.

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?

Covers purpose, parameters, and usage. Lacks mention of output format or structure, but no output schema exists to guide. Overall sufficient for a simple read-only tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but description fully explains each parameter with examples and defaults, adding significant meaning beyond property names.

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 it returns treasury auction results with specific data such as stop-out yield and bid-to-cover ratio. It distinguishes from sibling get_upcoming_treasury_auctions by focusing on past results.

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?

Provides parameter guidance (e.g., 'recent' vs CUSIP) and defaults. Does not explicitly exclude use cases of siblings but implies them via focus on results.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_fred_seriesA
Read-only
Inspect

Fetch a FRED economic data series — CPI, GDP, unemployment, fed funds rate, anything in FRED.

Args: series_id: FRED series id (examples: "CPIAUCSL" = CPI, "GDP" = GDP, "UNRATE" = unemployment, "FEDFUNDS" = effective fed funds rate, "DGS10" = 10Y Treasury, "T10Y2Y" = 10y-2y spread, "M2SL" = M2 money supply, "PAYEMS" = nonfarm payrolls, "DFF" = daily fed funds) start_date: ISO date (YYYY-MM-DD). Defaults to default_lookback_days ago. end_date: ISO date (YYYY-MM-DD). Defaults to today.

ParametersJSON Schema
NameRequiredDescriptionDefault
end_dateNo
series_idYes
start_dateNo
Behavior4/5

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

Annotations indicate read-only and open-world. The description adds default date behavior (start_date defaults to default_lookback_days ago, end_date to today) beyond annotations, but does not mention limitations, error handling, or return format.

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 front-loaded with a clear purpose, followed by concise parameter documentation. Every sentence adds value with no redundancy.

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 read-only data fetch, the description is mostly complete. The only gap is the lack of return format description (e.g., time series of date-value pairs), but without an output schema this would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining each parameter: series_id with extensive examples, start_date and end_date with ISO format and defaults.

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 'Fetch a FRED economic data series' with specific examples (CPI, GDP, unemployment) and distinguishes from sibling tools (auctions, macro dashboard, yield curve) which serve different purposes.

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 when-to-use vs alternatives is provided. While the description implies usage for specific FRED series and siblings differ, there is no direct guidance on choosing this tool over others.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_macro_dashboardA
Read-only
Inspect

One-call combined macro snapshot for AI trading agents.

Returns: latest 10Y Treasury yield, full yield curve, CPI YoY, headline unemployment, effective fed funds rate, and the 5 most recent Treasury auction results. Designed so an LLM can answer "what's the macro picture right now?" with one tool-call.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already declare read-only and open-world. Description adds value by specifying exact data returned, which is beyond basic annotation info.

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?

Two sentences, front-loaded with purpose, no wasted words. Clearly structured.

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 no parameters/output schema, description fully specifies returned data. Lacks explicit mention of data freshness, but sufficient for its simplicity.

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?

No parameters exist; schema coverage is 100% trivially. Description correctly adds no parameter detail as none needed.

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?

Clearly states it returns a combined macro snapshot with specific data points. Distinguishes from sibling tools by emphasizing it's a one-call summary.

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?

Explicitly states use case for LLMs answering 'what's the macro picture?', but does not mention when to use alternatives like individual API calls.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_treasury_yield_curveA
Read-only
Inspect

Full US Treasury par yield curve (1mo, 2mo, 3mo, 4mo, 6mo, 1y, 2y, 3y, 5y, 7y, 10y, 20y, 30y) for a date.

Args: date: ISO date (YYYY-MM-DD). Defaults to most recent business day on or before today.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating safe read and non-deterministic output. The description adds value by specifying the date default behavior (most recent business day) and listing the exact tenors, which is not in annotations.

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 concise sentences: a one-line summary of functionality followed by a parameter explanation. No unnecessary words, and the key 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?

Given the simple single-parameter input and annotations covering safety and open-world behavior, the description provides sufficient context. It lists the tenors and explains the date parameter but could improve by mentioning the return format or data source, though not critical.

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?

Input schema has 0% description coverage, but the description includes an 'Args' section explaining the date parameter format (ISO YYYY-MM-DD) and its default. This adds meaningful guidance beyond the schema's type and default values, compensating for the low coverage.

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 it retrieves the full US Treasury par yield curve for a given date, listing all tenors. This specific verb+resource combination distinguishes it from sibling tools like get_auction_results or get_fred_series, which focus on different data.

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 historical yield curve data on a specific date but lacks explicit guidance on when to use this versus alternatives. No 'when-not-to-use' or direct comparison to siblings is provided, though the sibling tool list indirectly helps.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_upcoming_treasury_auctionsA
Read-only
Inspect

Treasury securities auction calendar — upcoming auctions in the next N days.

Args: security_type: "all", "Bill", "Note", "Bond", "TIPS", "FRN", or "CMB" days_ahead: how many days of upcoming auctions to return (default 30, max ~180)

ParametersJSON Schema
NameRequiredDescriptionDefault
days_aheadNo
security_typeNoall
Behavior3/5

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

The annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds that the tool returns a calendar of upcoming auctions, which is consistent. However, it does not disclose any additional behavioral traits such as rate limits or output format beyond what is implied.

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 extremely concise: a single line summary followed by a clear parameter listing. Every sentence adds value, with no wasted words. It is front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has only two simple parameters and no output schema, the description provides sufficient context for usage. However, it could be improved by mentioning the return format or any ordering of results. The open world hint might imply the return is not strictly defined, but some explicit details would enhance completeness.

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?

The input schema has no descriptions for parameters (0% coverage), but the description compensates by listing the valid string values for security_type and the meaning of days_ahead with defaults and approximate max. This adds significant semantic value beyond the schema types.

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 the tool returns an auction calendar for upcoming Treasury securities in a specified timeframe. It explicitly lists the parameters and accepted values, providing a precise definition of what the tool does.

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 describes what the tool does but does not provide guidance on when to use this tool versus alternatives like get_auction_results. Usage context is implied through the parameter descriptions, but no explicit when-to-use or when-not-to-use statements are included.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources