Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

fdic_financials

Read-only

Retrieve quarterly Call Report financials for FDIC-insured banks, including assets, deposits, net income, and ratios. Filter by bank or state to analyze performance.

Instructions

Get quarterly Call Report financial data for FDIC-insured banks. Includes assets, deposits, net income, ROA, ROE, loan loss reserves. Filter by CERT number (specific bank) or STALP (state). Dollar values in thousands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
fieldsNoFields: 'CERT,INSTNAME,REPDTE,ASSET,DEP,NETINC,ROA,ROE'
offsetNoPagination offset
filtersNoFilter: 'CERT:3511' (specific bank), 'STALP:"CA"', 'REPDTE:20240331' (quarter)
sort_byNoSort field: 'REPDTE' (default), 'ASSET', 'NETINC'
sort_orderNoSort direction
Behavior4/5

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

Annotations already include readOnlyHint=true, so safety is covered. The description adds valuable context beyond that: data frequency (quarterly), unit of measurement (thousands), and the specific financial fields included. This is meaningful behavioral disclosure.

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 concise sentences with no waste. The first sentence states the main purpose and data source; the second adds filtering options and units. Front-loaded and easy to scan.

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?

For a read-only filtered data tool with a well-documented schema, the description covers the essential aspects: data type, included fields, filtering, and units. It does not describe pagination or defaults, but those are available in the schema, and no output schema exists to explain return values.

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?

Schema description coverage is 100%, so all parameters are already explained in the schema. The description repeats the filtering concept (CERT or STALP) but does not add new meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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?

Description clearly states it retrieves quarterly Call Report financial data for FDIC-insured banks, listing specific data points (assets, deposits, net income, ROA, ROE, loan loss reserves). This distinguishes it from sibling tools like fdic_history or fdic_failures, which focus on other aspects.

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 clear usage context by explaining the data source (quarterly Call Reports), included metrics, and how to filter by CERT number or STALP. It does not explicitly name alternatives or exclusions, but the context is sufficient for selecting this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server