Skip to main content
Glama

bsoft_financeiro_write_delete

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: delete]

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

C2.5/5.0
Behavior1/5

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

Annotation Contradiction: annotations declare destructiveHint=false, but the description explicitly says the tool removes/deletes data and warns that it alters PRODUÇÃO data. Since the description contradicts the structured annotation, transparency fails even though it does mention deletion and production risk.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The production warning is front-loaded and the resource list is useful, but the text is not delete-specific: it includes generic create/update/remove language, a create_lote endpoint note, and 'update/patch/delete exigem id' even though only delete is relevant here. Some sentences could be removed without losing necessary guidance.

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 complex write/delete tool with 18 resources, no output schema, and 7 parameters, but the description omits return values, account semantics, permanence/cascade behavior, and examples. It does cover production risk, resource options, and ID/bulk rules, but the destructiveHint contradiction further undermines completeness.

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?

With 0% schema description coverage, the description partially compensates by explaining that delete requires id, nested resources require parent_id, and bulk support uses ids/parent_ids. However, it mentions an 'action' property that is not in the schema, leaves 'account' unexplained, and only describes body as 'JSON' without further structure.

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

Purpose3/5

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

The description mentions 'remove' and '[Flattened action: delete]', so a delete operation is identifiable, but it opens with generic write-tool language ('cria/atualiza/remove') and includes create_lote guidance. This does not clearly distinguish the delete-specific tool from its write_create, write_update, or write_patch siblings.

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

Usage Guidelines3/5

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

It provides useful operational rules: delete requires id, nested resources require parent_id, and bulk execution accepts ids/parent_ids. It also warns about production data. However, it never explicitly says when to choose this tool over the create/update/patch siblings or read tools, so the usage context is only implied.

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.