Skip to main content
Glama

bsoft_recursos_write_update

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

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

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

The description warns that it alters PRODUCTION data and includes remove operations, while annotations declare destructiveHint=false. This directly contradicts the annotation and obscures the actual risk profile, so the warning is not enough to compensate.

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 compact, front-loads the production warning, and every sentence adds relevant context. Minor issues: the resource list duplicates the schema enum, and the flattened-action note adds noise.

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?

With no output schema and minimal annotations, the description carries a heavy burden. It covers production risk and key field dependencies, but it omits return behavior, account semantics, exact endpoint details beyond /lotes, and fails to resolve the write-vs-update ambiguity. The destructiveHint contradiction further undermines completeness.

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 adds meaningful semantics for id, parent_id, body as JSON, resource enum values, and bulk ids/parent_ids, partially compensating for 0% schema coverage. However, it does not explain account, references an action parameter not present in the schema, and leaves body formatting and exact endpoint behavior vague.

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?

Description clearly identifies the tool as writing Bsoft TMS 'recursos' (system users) with create/update/remove operations, and enumerates the writable resource paths, distinguishing it from the read-only bsoft_recursos sibling. However, the tool name says 'update' while the description claims all write actions, which muddies the exact scope.

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?

Provides concrete usage rules: update/patch/delete require id, nested resources require parent_id, create_lote uses the /lotes endpoint, and bulk execution accepts ids/parent_ids. It does not explicitly tell when to choose this tool over the sibling create/patch/delete variants, and it confusingly references an 'action' parameter that is absent from the schema.

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.