Skip to main content
Glama

bsoft_financeiro_write_create_lote

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

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

A3.7/5.0
Behavior4/5

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

The description warns '⚠️ Altera dados de PRODUÇÃO (o Bsoft não tem homologação)' which is critical behavioral context not in annotations (readOnlyHint=false already indicates write). It also clarifies bulk behavior and endpoint usage. No contradiction with annotations; the warning adds value beyond the false flags.

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 information-dense but well-structured: a warning, general write instructions, resource list, and bulk support note. Each sentence adds value, though it could be slightly tightened. The resource list is long but necessary. Front-loads the critical production warning.

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

Completeness4/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, no output schema), the description covers the main aspects: operation type, required parameters, nesting, bulk behavior, and production impact. It does not detail per-resource payloads or return formats, but that's beyond scope for a generic write tool. The description is sufficient for an agent to select and invoke the tool for bulk creation.

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?

Schema description coverage is 0%, so the description must compensate. It explains resource, action, body, id/parent_id usage for update/delete, and ids/parent_ids for bulk. However, it does not explain the 'account' parameter or the structure of 'body' for different resources. Partial compensation, but significant gaps remain.

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 it's for financial operations in Bsoft TMS, specifically for 'create_lote' (bulk creation), and lists the writable resources. It distinguishes from other write tools by explicitly mentioning the bulk endpoint and the flattened action. However, the opening phrase 'cria/atualiza/remove' is a bit broad and could confuse with update/delete variants, though later context clarifies.

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?

The description implies when to use it: for bulk creation via 'create_lote' and mentions 'Bulk support: accepts ids, parent_ids for batched execution.' It also gives guidance on when to use id/parent_id, but doesn't explicitly contrast with the single-create or update/delete tools. The guidance is present but not strongly differentiated from siblings.

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.