Skip to main content
Glama

bsoft_manutencao_write_create_lote

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: 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.8/5.0
Behavior4/5

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

The annotations include readOnlyHint: false, idempotentHint: false, destructiveHint: false, which indicate it's a write operation that may change data. The description adds a crucial warning: '⚠️ Altera dados de PRODUÇÃO (o Bsoft não tem homologação).' This is a significant behavioral disclosure beyond the annotations. It also mentions that update/patch/delete require id, which is operational detail. However, it doesn't detail side effects like whether create is idempotent or what happens on failure, but given the annotations already cover safety profile, the added context is valuable.

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 somewhat rambling and mixes general instructions with specific tool details. It front-loads the main purpose and warning, but then lists details in a somewhat disorganized manner. Despite that, it's relatively short and contains necessary information: the operation scope, the warning, required parameters, and writable resources. There is some redundancy (e.g., repeating 'create_lote' and bulk support), but it's acceptable. The structure could be improved by separating the tool-specific info from the general, but it's not overly verbose.

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 (multiple parameters, batch mode, production warning), the description covers essential aspects: the writable resources, the need for id and parent_id, the bulk support, and the critical production warning. However, it lacks details on the exact body structure for create_lote (e.g., array format) or any return value information, but there is no output schema. It also doesn't mention the HTTP methods for each action explicitly, but it's implied. The description is adequate for a competent agent but could be more complete by specifying the batch endpoint and how to construct the body.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 0%, so the description must compensate. It explains that 'body' is a JSON string, and that create_lote sends a list to the /lotes endpointikuha. It also clarifies that resources can be 'abastecimentos', 'abastecimentosProprios', 'pneus' (which are also in the schema enum). It explains the use of 'id' and 'parent_id' for certain operationscpp, and mentions 'ids' and 'parent_ids' for bulk operations. This goes beyond the schema by connecting parameter usage to the tool's behavior, but it doesn't explain the exact format of 'body' for create_lote or list the fields required for each resource.

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 this is for 'Manutenção / Frota no Bsoft TMS' and specifically for writing operations (create/update/remove). The flattened action 'create_lote' at the end indicates this is the batch create variant, which distinguishes it from other write tools like create, update, delete. However, the description is a bit generic for a create_lote tool; it doesn't explicitly state that it handles batch creation of multiple records, although it mentions 'create_lote envia lista no endpoint /lotes' and 'Bulk support'.

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 tells agents to pass resource, action, and body, and specifies that update/patch/delete require id and nested resources require parent_id. It also lists writable resources. However, it does not clearly differentiate this tool from its siblings like create, update, patch, or delete. It mentions 'create_lote' but doesn't give explicit guidance on when to use this batch version over the single create, nor does it mention when not to use it. The context that it's a write operation to production data is useful, but the when-to-use guidance is incomplete.

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.