Skip to main content
Glama

Macro Announcement Changes

announcement_changes
Read-only

Poll recently ingested macro announcement changes with a resumable cursor. This is the bounded MCP-safe companion to the release-event stream: use the returned next_cursor as since on a later call instead of holding an unbounded streaming tool invocation open. Access: requires an FXMacroData API key; an anonymous call returns subscription_required with a subscribe link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum matching change events to return.
sinceNoOptional previous next_cursor, ISO 8601 timestamp, or Unix epoch seconds.
payloadNoEvent payload shape: compact trigger rows or full announcement rows.compact
currenciesNoOptional comma-separated currency codes, `g10`, or `all`. Without subscriber access, results are limited to the public scope.
indicatorsNoOptional comma-separated announcement indicator slugs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed5 schema fields changed
    • removedInput schema / properties / currencies / title
      Removed value: -"Currencies"
    • removedInput schema / properties / indicators / title
      Removed value: -"Indicators"
    • removedInput schema / properties / limit / title
      Removed value: -"Limit"
    • removedInput schema / properties / payload / title
      Removed value: -"Payload"
    • removedInput schema / properties / since / title
      Removed value: -"Since"
  2. Added

TDQS

A4.9/5.0
Behavior5/5

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

The description adds meaningful behavioral context beyond the annotations: it reveals the resumable-cursor polling pattern, the bounded nature relative to streaming, and the exact authentication failure behavior (subscription_required with a subscribe link). There is no contradiction with the annotations, which already indicate a read-only, open-world, non-destructive operation.

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 three tight sentences with no filler. The core action is front-loaded, followed by the critical polling pattern, and then the access requirement. Every sentence contributes essential information.

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

Completeness5/5

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

Given that there is a rich output schema and 100% parameter schema coverage, the description covers the remaining needed context: the tool's purpose, the cursor-based continuation pattern, its bounded behavior versus streaming, and the auth/subscription outcome. Nothing essential is missing for an agent to invoke it correctly.

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?

Schema coverage for parameters is 100%, so the baseline is 3. The description adds value beyond the schema by explaining the intended cursor workflow: 'use the returned next_cursor as since on a later call.' This gives practical meaning to the since parameter, though the other parameters are not discussed in the description.

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 opens with a specific verb and resource: 'Poll recently ingested macro announcement changes with a resumable cursor.' It clearly identifies what the tool does and explicitly distinguishes it from an unbounded streaming alternative by calling it the 'bounded MCP-safe companion to the release-event stream.' This is more than enough to differentiate it from sibling tools like latest_announcements or release_calendar.

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 gives explicit usage guidance: use the returned next_cursor as the since parameter on a later call rather than holding an unbounded streaming invocation open. It also provides access guidance by stating that an FXMacroData API key is required and that anonymous calls return subscription_required with a subscribe link. This clearly tells the agent when and how to use the tool.

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.