Skip to main content
Glama

bsoft_os_write_delete

Ordem de Serviço 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: ordensServico, ordensServico/acao.

[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
Behavior2/5

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

The description warns about altering production data, which is good. However, it does not clarify that deletion is permanent or destructive, and the annotation 'destructiveHint: false' contradicts the implied destructive nature of a delete operation.

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 and includes a useful production warning, but the structure is somewhat jumbled, mixing general write operations with delete-specific details and referencing undefined parameters.

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 tool is for delete operations, the description lacks specific context such as how to target a single record vs bulk delete, expected outcomes, and prerequisites. It does not adequately distinguish this tool from its write siblings, leaving the context incomplete.

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?

The description introduces an 'action' parameter not defined in the input schema. It explains id and parent_id requirements but does not clearly describe the use of 'ids' for bulk operations or how 'body' is used in delete, leaving parameter semantics 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 states 'cria/atualiza/remove' (create/update/remove) which implies all write operations, but the tool name is specifically for delete. This ambiguity makes it unclear that the tool is exclusively for deletion of Ordem de Serviço records.

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 mentions requirements like needing an id for update/patch/delete and parent_id for nested resources, but does not explicitly say when to use this tool versus the create/update/patch siblings. It also references an 'action' parameter that is not present in the schema, adding confusion.

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.