Skip to main content
Glama

bsoft_financeiro_write_patch

Financeiro no Bsoft TMS (escrita: cria/atualiza/remove). ⚠️ Altera dados de PRODUÇÃO (o Bsoft não tem homologação). Passe resource, action e body (JSON). update/patch/delete exigem id; recursos aninhados exigem parent_id; create_lote envia lista no endpoint /lotes. Recursos graváveis: centrosDeCusto, conciliacao, contasFinanceiras, contratos, contratos/finalizar, contratos/itensContratos, contratos/itensContratos/cancelar, contratos/itensContratos/finalizar, contratos/itensContratos/suspender, formasPagamento, pagamentos, planoDeContasGerencial, recebimentos, tiposPagamentos, tiposTransacoes, titulosPagar, titulosReceber, transferencia.

[Flattened action: patch]

Bulk support: accepts ids, parent_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
idsNo
bodyNo
accountNo
resourceYes
parent_idNo
parent_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

The description explicitly warns that it alters production data (since Bsoft has no homologation environment), which is critical behavioral information beyond the annotations. It also discloses the requirement for id and parent_id for specific operations, and notes the bulk execution capability. This is valuable transparency; annotations only provide operational hints (readOnly, idempotent, destructive) but do not mention the production impact, so the description adds significant context.

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 concise but packs essential information: operation type, production warning, parameter requirements, acceptable resources list, and bulk support. It is front-loaded with the most critical info (production alert) and structured logically. Minor redundancy in listing resources both in description and schema enum, but that's acceptable for clarity.

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 complexity (many resources, varied actions, bulk support, nested resources) and lacking output schema or annotations providing details, the description covers the key aspects: it explains the required parameters, special cases (id, parent_id, create_lote), and production impact. It is complete enough for an agent to invoke the tool correctly for patch operations.

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?

Schema description coverage is 0%, but the description explains the key parameters: resource (with enum list), action (though not an explicit parameter, seems implied), body (JSON), id for updates/deletes, parent_id for nested resources. It also introduces ids and parent_ids for bulk. This adds meaning beyond the schema, though it doesn't detail the body structure or specific parameter formats, but given the complexity, it is sufficient.

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 it performs write operations (create/update/delete) on financeiro resources in the Bsoft TMS, and lists the specific writable resources. It distinguishes from read-only sibling tools like 'bsoft_financeiro' by explicitly marking this as write operations with a production alert.

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 clear usage context: requires resource, action, and body parameters, and specifies requirements for update/patch/delete (id) and nested resources (parent_id). It also notes bulk support with ids/parent_ids. However, it doesn't explicitly state when not to use this tool versus alternative create/update/delete tool variants, though the tool name itself distinguishes patch operations.

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.