Skip to main content
Glama

Contazz AutoPilot

Conciliar Extrato

conciliar_extrato
Read-only

Executa conciliação automática entre extrato bancário e lançamentos internos usando IA.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usarLLMNoUsar LLM para matches complexos (mais preciso, mais lento)
empresaIdNoID da empresa
limiteTransacoesNoLimite de transações a processar

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior3/5

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

The annotations declare readOnlyHint=true, which the description does not contradict. The description adds that the reconciliation is 'automática' and uses IA, but it does not disclose whether results are persisted, whether a session is created, or any performance characteristics. Since annotations cover the read-only safety profile, the description provides minimal extra behavioral context.

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 sentence that immediately states the core purpose without filler. It is concise and front-loaded, earning full marks for conciseness and structure.

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

Completeness2/5

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

This is a high-level AI reconciliation tool with no output schema and many sibling tools. The description does not explain what the tool returns, how it fits into the broader reconciliation workflow, or what side effects (if any) occur. For a tool of this complexity, the description is under-specified.

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 has 100% description coverage across all three parameters (usarLLM, empresaId, limiteTransacoes), so the schema already explains each parameter. The description adds no further parameter meaning, matching the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Executa' (executes) and the resource 'conciliação entre extrato bancário e lançamentos internos' (reconciliation between bank statement and internal entries), including the method 'usando IA' (using AI). However, it does not explicitly distinguish from sibling reconciliation tools like reconciliation_execute, so it lacks sibling differentiation.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the many reconciliation_* siblings or other related tools like classificar_transacao. No exclusions, prerequisites, or alternative recommendations are provided, leaving the agent unsure of the tool's specific role in the reconciliation workflow.

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