Skip to main content
Glama

Fdic Get Institution

fdic_get_institution
Read-onlyIdempotent

Get detailed profile for an FDIC-insured bank (e.g., CERT "5136"). Returns name, location, assets, deposits, and regulatory details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
certYesFDIC certificate number (e.g., "628" for Chase)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "description": "Institution details from FDIC database",
      +  "type": "object"
      +}
  2. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "cert": "628"
      +  }
      +]
  3. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the safety profile is clear. The description adds that it returns a detailed profile with specific fields, but does not disclose any additional behaviors (e.g., rate limits, authentication needs). It does not contradict the 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?

The description is a single concise sentence (19 words) that is front-loaded with the core action and resource, followed by a parenthetical example and return content. Every word adds value; there is no redundancy or fluff.

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 the tool's simplicity (one required parameter, output schema present, and annotations covering safety), the description provides sufficient context: it states what the tool does, what it returns, and includes an example. No additional information is necessary for effective use.

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 input schema covers the sole parameter 'cert' with 100% description coverage, including an example. The tool description provides a similar example but adds no new meaning beyond what the schema already provides. Thus, the description does not enhance parameter understanding beyond 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 uses a specific verb ('Get') and resource ('detailed profile for an FDIC-insured bank') with concrete examples and return fields. It clearly distinguishes from sibling tools like fdic_search_institutions (which is for searching) and fdic_financials (financial data), as it focuses on a full profile by certificate number.

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?

The description implies use when a specific bank's cert number is known, but it does not explicitly state when to use this tool versus siblings (e.g., fdic_search_institutions for search, fdic_failures for failed banks). No exclusions or prerequisites are mentioned, leaving room for ambiguity.

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.