Skip to main content
Glama

MoneyChoice Macro Economic Forecast

Retail Forecast

forecast_retail
Read-onlyIdempotent

Retail sales and University of Michigan consumer sentiment.

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

C2.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful auth behavior ('Optional API key via headers or `?api_key=` selects Pro when valid'), but it does not describe other behavioral details like data freshness, coverage limits, or response behavior. This is acceptable given the strong annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very brief and front-loads the core data content, followed by a concise auth note. It wastes no words, though the first sentence is a noun fragment rather than a complete statement of action.

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?

With an output schema present, return-value documentation is not necessary. The description covers data domains and auth, and the simple enum-based schema makes the call constructible. However, the missing explicit purpose and absence of sibling differentiation leave some contextual gaps for an agent deciding whether to invoke this tool.

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, but it only loosely maps the indicator enum to 'Retail sales' and 'University of Michigan consumer sentiment.' It adds no meaning for the 'timeframe' parameter and does not explain the values beyond what the enum already shows.

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

Purpose3/5

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

The description names the data domains ('Retail sales and University of Michigan consumer sentiment') but lacks a verb or explicit statement that this tool returns forecasts. It is not a tautology, but it is more of a content list than a clear purpose, and it relies on the tool name/title to imply 'forecast'.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus the sibling forecast tools. It never mentions alternatives or exclusion conditions. The only usage-related note is about the optional API key, which concerns authentication, not tool 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