Skip to main content
Glama

get_central_bank_changes

get_central_bank_changes
Read-onlyIdempotent

Compare a central bank monetary-policy statement with its immediately preceding comparable statement and return the material changes in policy language, economic assessment, risk balance, and forward guidance.

Specify a central bank such as FEDERAL_RESERVE or ECB.

Optionally specify currentStatementDate in YYYY-MM-DD format to compare a historical statement. If the date is omitted, the latest available statement is compared with the previous one.

Returns structured, source-grounded policy changes including direction, materiality, and previous/current evidence.

This tool does not provide trading recommendations or predict market movements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
centralBankYesCanonical central bank identifier, for example FEDERAL_RESERVE or ECB.
currentStatementDateNoOptional publication date in YYYY-MM-DD format (e.g. 2024-07-31). If omitted, the latest available statement is compared with the previous one.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
changesYes
degradedNo
freshnessNo
centralBankYes
overallShiftYes
currentSourceUriYes
currentPolicyBiasYes
previousSourceUriYes
currentStatementIdYes
currentPolicyActionYes
previousStatementIdYes
currentStatementDateYes
discardedChangeCountNo
previousStatementDateYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false), so the bar is lower. The description adds genuine behavioral context beyond that: the result is 'structured, source-grounded' including direction/materiality/evidence, and it explicitly disclaims trading recommendations or market prediction — useful for an agent deciding whether the output is suitable for its downstream task. 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.

Conciseness4/5

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

Five sentences, each carrying distinct information: core purpose, required parameter, optional parameter with default behavior, return format, and scope disclaimer. It is front-loaded with the primary function and has no filler or tautological repetition of the tool name.

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?

The output schema exists, so return values are already specified — the description still summarizes them usefully. An agent has everything needed to call it correctly: the required centralBank parameter with examples, the optional date with format and default semantics, and the non-predictive scope. The only minor gap is no explicit guidance on which sibling to prefer for related-but-different needs.

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 is 100%, so the schema already documents both parameters, giving a baseline of 3. The description adds real value by clarifying the default behavior of currentStatementDate ('If the date is omitted, the latest available statement is compared') and giving concrete bank identifier examples. That edge is enough to push above baseline.

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 names a specific verb+resource: 'Compare a central bank monetary-policy statement with its immediately preceding comparable statement and return the material changes' across four concrete dimensions (policy language, economic assessment, risk balance, forward guidance). This is precise and distinguishes it from its siblings, which deal with events, market reactions, historical analogs, and upcoming risks — none of which do statement-to-statement comparison.

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?

It explains how to invoke the tool in its two modes ('latest available statement' vs. a historical date via currentStatementDate) and gives bank-name examples. However, it never explicitly names a sibling as the alternative or states when NOT to use this tool — the closest is the closing disclaimer that it doesn't provide trading advice. The parameter-level usage guidance is strong, but explicit routing away from siblings is absent.

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