Skip to main content
Glama

bsoft_manutencao_write_delete

Manutenção / Frota 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: abastecimentos, abastecimentosProprios, pneus.

[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.1/5.0
Behavior1/5

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

The annotation destructiveHint is false, yet the tools purpose is deletion, which is inherently destructive. The description itself states 'remove' and warns about altering production data, but it does not explicitly state that deletions are permanent or irreversible. This directly contradicts the annotation (destructiveHint=false) and provides insufficient behavioral disclosure about the destructive nature of the operation, scoring 1 for transparency.

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 description is relatively concise, but its structure is disjointed. It starts with a general write statement, then includes a safety warning, then a set of parameter instructions, and ends with a bulk note and a '[Flattened action: delete]' bracket. The inclusion of create/update in the first sentence is unnecessary for a delete-specific tool, and the bracket seems out of place. While not overly long, the organization reduces clarity.

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 the tool's complexity (write operation, multiple resource types, bulk and parent support), the description lacks essential context. It does not explain what happens upon success (e.g., return value, confirmation), error behavior, permissions required, or irreversibility of deletion. Since there is no output schema, the description should cover these aspects, but it only partially addresses them with the production warning and bulk mention, leaving significant gaps.

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?

The schema has 7 parameters with 0% coverage in the description, so the description must compensate. It explains that 'resource' is an enum, 'id' is required for update/patch/delete, 'parent_id' for nested resources, and 'ids' for bulk operations. However, it does not clarify 'body', 'account', or 'parent_ids' (beyond bulk), and incorrectly mentions an 'action' parameter that does not exist in the schema. This adds some value but introduces confusion and remains incomplete.

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 opens with 'Manutenção / Frota no Bsoft TMS (escrita: cria/atualiza/remove)' which implies this tool handles all write operations, but the tool name and the '[Flattened action: delete]' indicate it is specifically for deletion. It does not distinguish itself from sibling write tools (create, update) and lists resources, but fails to clearly state 'this tool deletes records' in a concise manner. The purpose is muddled by including create/update language.

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 no explicit guidance on when to use this delete tool versus its siblings (e.g., bsoft_manutencao_write_create, bsoft_manutencao_write_update). It mentions that update/patch/delete require an id, implying these operations share requirements, but does not specify 'use this tool when you need to delete a record'. No exclusions or conditions are given, leaving the agent without clear usage boundaries.

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.