Skip to main content
Glama
lucassampsouza

omie-mcp

consultar_banco

Look up a bank by its code to see if it supports automatic statements or billing, using integration details like API, CNAB, and crawler, before setting up an account.

Instructions

    Consulta uma instituição financeira pelo código, com os detalhes de
    integração: `obank_*` (integração via API para PIX, pagamentos, extratos e
    boletos), `cnab_*` (remessas CNAB), `cwr_*` (crawler), `cod_ispb` e
    `cod_compen`. Útil para saber se um banco suporta extrato ou cobrança
    automática antes de configurar a conta corrente.

    Cuidado ao interpretar o erro: para um código inexistente o OMIE responde
    "Código do banco não informado na tag [codigo]", e não que o banco não existe.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codigoYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses a non-obvious error behavior: for a non-existent code, OMIE returns 'Código do banco não informado na tag [codigo]' instead of saying the bank doesn't exist. This is a significant behavioral warning. It also indicates the output contains integration fields, though it doesn't cover response format or permissions.

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?

Three sentences with no fluff: purpose and output fields, use case, and error warning. All sentences add value and the description is front-loaded with the action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main purpose, a use case, and a critical error handling note, which is good for a simple lookup tool. However, without an output schema, it doesn't describe the response structure, and it leaves the input parameter format ambiguous. It is adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

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

The schema has one parameter, 'codigo', with no description (0% schema coverage). The description only says it queries 'pelo código', which adds little beyond the parameter name. It doesn't specify the code format, provide examples, or clarify if it's the bank number, ISPB, etc. The integration details listed are output fields, not input guidance.

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 tool queries a financial institution by code ('Consulta uma instituição financeira pelo código') and lists the integration details returned (obank_*, cnab_*, cwr_*, cod_ispb, cod_compen). This distinguishes it from sibling tools like listar_bancos, which lists all banks.

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?

The description provides a concrete use case: checking if a bank supports automated statements or collection before configuring a checking account ('Útil para saber se um banco suporta extrato ou cobrança automática...'). It doesn't explicitly name alternative tools or exclusions, but the context is clear.

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/lucassampsouza/omie-mcp'

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