Skip to main content
Glama

MoneyChoice Macro Economic Forecast

Rates Forecast

forecast_rates
Read-onlyIdempotent

Fed funds, Treasuries, SOFR, CP, prime, and key yield spreads.

Optional API key via headers or ?api_key= selects Pro when valid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicatorYes
timeframeNomonthly

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false, covering safety and side-effect profile. The description adds the valuable behavioral detail about the optional API key and Pro access authentication, which goes beyond the annotations. No contradiction with 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?

Two sentences packed with information: the first lists the covered rates, the second covers authentication. No filler or redundancy. The content is front-loaded with the most important info (what it covers) before the accessory API key detail. Every sentence earns its place.

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 read-only forecast tool with enumerated params and an output schema present, the description covers the scope of data (rates) and the special API key behavior. It does not explicitly mention that the tool returns forecasts over time, but the title and name imply that, and the output schema likely describes the return structure. It is adequate for a tool of this simplicity, though a note about the meaning of the timeframe parameter would improve completeness.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. The description summarizes the indicator enum by listing categories (e.g., 'Fed funds, Treasuries, SOFR'), which partially explains the indicator parameter. However, it provides no explanation for the 'timeframe' parameter (monthly/quarterly/yearly) beyond what the schema enum shows. Since half the parameters are left without additional meaning, and even the indicator is only summarized not mapped to exact enum values, the compensation is insufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names specific rate categories (Fed funds, Treasuries, SOFR, CP, prime, yield spreads) and clearly differentiates from sibling forecast tools like forecast_commodities or forecast_equities. It does not explicitly say 'forecast' but the tool name and title convey that. It is specific to interest rates, so an agent can tell it apart from the other forecast_* siblings.

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 interest rate related queries by listing the covered instruments, but it does not explicitly state when to use this tool versus other forecast tools, nor does it mention any exclusions (e.g., 'for commodities use forecast_commodities'). The context is clear from the list, but there is no direct guidance on selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources