Skip to main content
Glama

Banco do Nordeste do Brasil MCP

openfinance_provider_status

Read-onlyIdempotent

Checks the LIVE operational status of the Open Finance provider (its public status page) — this is the PROVIDER's health, separate from your own connection's openfinance_get_item_status. Use it whenever data looks incomplete or stale even though a connection shows UPDATED (accounts/transactions/balances missing, a bank not returning everything): it reveals an upstream outage or a known incident on a specific bank/connector, so you can tell a provider-side problem apart from a connection that just needs reconnecting. Returns the global indicator (none/minor/major/critical), degraded components, open incidents, and — when you have banks connected — flags the incidents that affect YOUR connected banks in your_banks_affected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds significant behavioral context: returns global indicator (none/minor/major/critical), degraded components, open incidents, and a custom 'your_banks_affected' field. It also states it checks the provider's public status page, implying no side effects. No contradictions.

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 a single paragraph with three sentences, each adding value: purpose, usage guidance, output details. It is slightly longer than minimal but well-structured and efficient. No unnecessary words.

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 no output schema and no parameters, the description completely covers the tool's behavior: what it returns (global indicator, degraded components, open incidents, your_banks_affected) and how the information is obtained (public status page). It also sets context for when to use it, making it self-contained for an agent.

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?

The schema has 0 parameters, so the baseline is 4. The description implicitly confirms no parameters are needed by stating the tool checks provider status without requiring input. It does not need to add parameter-level semantics since none exist.

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 clearly states the verb 'Checks' and resource 'LIVE operational status of the Open Finance provider'. It distinguishes from the sibling 'openfinance_get_item_status' by explaining the provider vs connection status difference, and provides specific usage scenarios when data is incomplete or stale despite an updated connection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to use: 'whenever data looks incomplete or stale even though a connection shows UPDATED'. It also clarifies what it helps differentiate: provider-side problem vs reconnection need. No when-not-to guidance is needed as it's a safe read-only check.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most openfinance_* tools target a distinct resource and action, and the descriptions carefully separate overlapping endpoints like openfinance_list_transactions vs openfinance_list_transactions_by_item and openfinance_get_credit_card_bill vs openfinance_list_credit_card_bills. The main ambiguity risk is the broad marketplace mega-tool, but its many sub-capabilities are explicitly enumerated.

Naming Consistency4/5

Tool names consistently use snake_case with a strong openfinance_ prefix and verb-led patterns like list_, get_, update_, disconnect_, and force_sync. Minor deviations exist: openfinance_provider_status lacks a verb, openfinance_get_accounts_detail is awkwardly pluralized, and the platform tools (connect, marketplace, authenticate) break from the prefix pattern.

Tool Count3/5

At 25 tools, the server sits at the heavy end of the appropriate range. The Open Finance domain is complex enough to justify most entries, but the inclusion of platform-level tools like marketplace, authenticate, connect, and toolkit_info makes the overall surface feel denser and less focused than a pure banking-data server.

Completeness4/5

The set provides strong coverage of the Open Finance lifecycle: connections, sync/status, accounts, balances, transactions, credit card bills, loans, investments, category management, and provider health. Minor gaps exist, such as no dedicated investment-detail-by-id tool and no way to set custom connection labels, but these are workable and do not create critical dead ends.