Skip to main content
Glama

Ofr Funding Anomaly

ofr_funding_anomaly
Read-onlyIdempotent

Compares the LATEST observation of a repo or MMF series to its trailing window (mean, stddev over the N observations before it) and reports the delta and z-score — "what changed unusually" in short-term funding markets. Pass either the same collateral/tenor/measure/vintage args as ofr_repo_rates (default: tri-party overnight rate), or a raw mnemonic from ofr_search_funding_series/ofr_mmf_holdings. Always states the exact window used (start date, end date, n observations) alongside the number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenorNoUsed only when mnemonic is omitted. Default overnight.
measureNoUsed only when mnemonic is omitted. Default rate.
vintageNoUsed only when mnemonic is omitted. Default preliminary.
mnemonicNoA raw OFR mnemonic (e.g. from ofr_search_funding_series). Overrides collateral/tenor/measure/vintage when given.
collateralNoUsed only when mnemonic is omitted. Default tri.
window_daysNoTrailing window size (observations before the latest one). Default 20, min 5, max 120.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral detail: it reports delta and z-score, uses trailing-window mean/stddev, and always states the exact window (start date, end date, n observations). 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, front-loaded with the core comparison and output, then input modes and window-reporting behavior. Every sentence earns its place with no filler.

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?

With no output schema, the description explains the key outputs (delta, z-score, window) and input modes. It could be more explicit about the exact response shape or how to interpret the z-score, but it is sufficient for an agent to call and understand the result.

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 all six parameters. The description adds value by explaining the two input modes, the tri-party overnight default, and that a mnemonic overrides structured args, which helps an agent choose the right parameters.

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 operation (compares latest observation to a trailing window and reports delta and z-score), identifies the resource (repo or MMF series), and frames it as anomaly detection. It also references sibling tools like ofr_repo_rates and ofr_search_funding_series, making its distinct niche clear.

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?

It explains the two invocation modes: structured args like ofr_repo_rates or a raw mnemonic from the search/holdings tools. It does not explicitly state when not to use it versus those siblings, but the anomaly-detection framing and explicit sibling references make the intended context clear.

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.