Skip to main content
Glama

bsoft_recursos_write_create_lote

Recursos (usuários do sistema) 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: recursos, recursos/adicionarGrupo, recursos/ativar, recursos/inativar, recursos/inatividades, recursos/ipsAcesso, recursos/removerGrupo.

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

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

The description adds a critical warning that it alters PRODUCTION data (since Bsoft has no staging environment), which goes beyond the annotations (which only indicate not read-only). It also discloses that it uses a specific endpoint and accepts ids/parent_ids for batch operations. This is valuable context not present in the structured fields.

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 moderately concise but includes redundant information: it repeats the list of writable resources which is already fully enumerated in the schema's enum. It also includes parameter guidance for update/patch/delete actions that are not relevant to a create_lote tool, making it slightly unfocused. The structure is acceptable but could be trimmed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should explain expected return values, success/error handling, or atomicity. It does not. It covers production impact and batch behavior, but doesn't mention what happens after a batch create succeeds (e.g., response format, error handling). This leaves significant gaps for an agent to know what to expect.

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 description explains some parameters (resource, id, parent_id, ids, parent_ids) and introduces the concept of 'action' which is not in the schema (a mismatch). It does not explain 'body' or 'account', and with 0% schema coverage, it doesn't fully compensate. The bulk execution hint clarifies ids/parent_ids but other parameter meanings remain ambiguous.

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 it is a write tool for 'recursos' (system users) in Bsoft TMS, and specifically indicates that create_lote sends a list to the /lotes endpoint. This distinguishes it from the single-create sibling (bsoft_recursos_write_create) by mentioning the batch nature, though it doesn't explicitly compare them.

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?

It provides some guidance on when to use it (bulk support, batch execution), but it doesn't explicitly state when to choose this over the non-lote variant or mention conditions like 'use this for multiple resources at once.' It also includes usage details for update/patch/delete actions which may not apply to this specific tool, causing potential 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.