Skip to main content
Glama

bsoft_transporte_write_create

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

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

D1.9/5.0
Behavior1/5

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

The description claims the tool can 'remove' data and warns it modifies PRODUÇÃO data, while annotations set `destructiveHint` to false. This is an annotation contradiction: the text promises destructive behavior that the annotations explicitly deny. Despite useful production-warning context, per scoring rules the contradiction 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 opening warning and structural notes are useful, but the description repeats a long resource list that already exists in the schema enum and spends several lines on update/patch/delete behavior that is irrelevant to a create-specific tool. It is moderately concise but not as tight 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?

Given that this is a write tool, has no output schema, 7 parameters, and 0% schema description coverage, the description is not complete enough for reliable invocation. It warns about production data and lists supported resources, but it does not describe the request/response shape, error behavior, auth/account expectations, examples, or the exact management associated with the `action` requirement. The agent is left guessing on many operational details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 heavily. It explains generic requirements like `body` as JSON, `id` for updates, `parent_id` for nested endpoints, and bulk support via `ids`/`parent_ids`; however it never explains what valid `body` content looks like for any of the 23 resources, fails to mention the `account` parameter entirely, and references a non-existent `action` parameter. This is not enough for such a polymorphic write tool.

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

Purpose2/5

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

The description says 'Transporte no Bsoft TMS (escrita: cria/atualiza/remove)', which positions the tool as generic CRUD, not specifically as a create tool. This conflicts with the tool name and the '[Flattened action: create]' note, so the agent cannot tell whether this is create-only or a generic write endpoint. The resource list is helpful, but it does nothing to distinguish this tool from the write_patch/write_update/write_delete siblings.

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?

The description provides operational constraints like requiring `body`, `id` for updates, and `parent_id` for nested resources, but it never states when to use this tool versus the sibling create_lote/patch/update/delete tools. It even instructs the agent to pass an `action` parameter and discusses update/patch/delete behavior, which is misleading for a create-only tool. No explicit when/not-to-use guidance is given.

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.