Skip to main content
Glama

gateway

bank-stress-dataset__lookup_bank_stress_metrics

Read-only

Look up one US bank's balance-sheet stress metrics, computed from that bank's own FFIEC Call Report and citable as an official-source figure: AOCI burden on capital (how much of equity unrealised securities losses have eaten), uninsured deposit ratio, non-performing loan ratio, total assets and state. Covers all 4,296 FDIC-insured institutions for 2026 Q2 (filed as of 06/30/2026). Use this when an agent needs a grounded answer to "how stressed is this bank?" instead of guessing from memory or reading a filing by hand. Free, no key. One institution per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesInstitution name or a distinctive part of it, e.g. "CITIBANK, N.A." or "Zions". Minimum 3 characters.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive, and the description adds value by noting it is free with no API key, that figures are citable from official FFIEC filings, and that coverage spans all 4,296 institutions. It does not disclose behavior for not-found banks, but given the read-only hint this is a minor gap.

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 front-loaded with the core action and resource, then flows logically through metrics, coverage, usage guidance, and constraints. Every sentence carries distinct information; it is slightly verbose but not padded.

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?

With only one parameter, no output schema, and annotations covering safety, the description fully covers what the tool does, what it returns, when to use it, and operational details (free, no key, single institution). Nothing critical 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.

Parameters3/5

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

The single parameter 'name' is fully documented in the schema (coverage 100%), including examples and minimum length. The description reinforces the 'one institution per call' constraint but does not add new semantic detail beyond the schema, so it meets the baseline without exceeding it.

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 ('Look up one US bank's balance-sheet stress metrics') and enumerates the exact metrics returned (AOCI burden, uninsured deposit ratio, non-performing loan ratio, total assets, state). It clearly distinguishes from the sibling 'get_bank_stress_dataset_info' by focusing on per-bank lookup rather than dataset metadata.

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?

Provides explicit when-to-use guidance ('Use this when an agent needs a grounded answer to "how stressed is this bank?"') and states a constraint ('One institution per call'). It does not name an alternative tool for exclusion, but the context is clear enough for an agent to decide when to invoke it.

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