Skip to main content
Glama

bsoft_transporte_write_update

Transporte 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: agencias, apolicesSeguro, conhecimentos, conhecimentos/viaNFe, conhecimentos/viaXML, conjuntoVeiculos, contratosFrete, especies, faturamentos, gruposVeiculos, manifestos/encerrar, manifestos/fechar, manifestos/reabrir, manifestos/viaXML, nfePreCadastrada, nfePreCadastrada/viaXML, ocorrencias, ocorrencias/anexos, statusPedidos, tagsCTe, tiposOperacoesTMS, tiposValoresOutros, veiculos.

[Flattened action: update]

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?

The description states the tool can 'remove' data and mentions 'delete', but the annotations declare destructiveHint=false. Because the description also warns that it alters PRODUCTION data, the safety information is useful, but the contradiction with the destructiveHint annotation is severe and forces a score of 1.

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 prose is reasonably compact. However, the long resource list duplicates the schema enum verbatim, and the sentence about 'action' adds confusion, so the description is not as concise or focused as it could be.

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?

For a production-mutating tool with 7 parameters and no output schema, the description omits return-value/response behavior, authentication or account prerequisites, and does not clarify the missing 'action' parameter. It does include a strong production warning and nested/bulk guidance, but important context for correct invocation is still absent.

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 compensates by explaining that body is JSON, update/patch/delete require id, nested resources need parent_id, and bulk accepts ids/parent_ids. However, it introduces an 'action' parameter that is absent from the input schema and leaves 'account' and exact body shape unexplained.

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 identifies the tool as Bsoft TMS transport writing operations and lists the writable resources, but it says 'cria/atualiza/remove' (create/update/remove) rather than focusing on the update action implied by the tool name. The '[Flattened action: update]' note helps, yet the text still does not clearly differentiate this tool from sibling create/delete/patch tools.

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 gives operational constraints: update/patch/delete require id, nested resources require parent_id, and bulk mode uses ids/parent_ids. However, it does not explicitly say when to use this update tool instead of write_create, write_patch, or write_delete, and the reference to a generic action parameter makes the guidance somewhat ambiguous.

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.