Skip to main content
Glama

bsoft_pessoas_write_delete

Pessoas 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: pessoas/arquivos, pessoas/contasDepositos, pessoas/contatos, pessoas/enderecos, pessoas/estrangeiras, pessoas/fisicas, pessoas/juridicas.

[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

D1.9/5.0
Behavior1/5

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

The description clearly states '⚠️ Altera dados de PRODUÇÃO' and implies deletion through 'remove' and 'delete', which are destructive operations. However, the annotation destructiveHint is false, which directly contradicts the described behavior. This is a serious inconsistency that undermines trust in the tool's safety profile. Aside from the production warning, no other behavioral traits (e.g., idempotency, side effects) are disclosed.

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 short but packs several concepts in a somewhat disorganized way. It includes a warning, general write capabilities, parameter requirements, a flattened action note, and bulk support. The '[Flattened action: delete]' line is oddly placed and might confuse. It could be more streamlined and front-loaded with the delete-specific purpose.

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 complexity (7 parameters, no output schema, no annotation coverage), the description is insufficient. It does not explain what the return value is, what happens on successful delete, or any error scenarios. It also does not clarify the full behavior for delete specifically, such as whether it deletes single or multiple resources, or the effect of missing required fields beyond id. The description leaves many gaps for an agent to operate correctly.

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?

Schema description coverage is 0%, so the description must explain parameters. It mentions that update/patch/delete require 'id', nested resources require 'parent_id', and bulk operations accept 'ids' and 'parent_ids'. However, it does not explain the 'body' parameter (only that it is JSON) or the 'account' parameter at all. The description adds some context for id-related fields but leaves key parameters undocumented.

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 'Pessoas no Bsoft TMS (escrita: cria/atualiza/remove)' which is generic for all write operations, not specifically delete. The tool name and '[Flattened action: delete]' suggest delete-only, but the description does not clearly state that this tool is for deleting people resources. It also references an 'action' parameter that is not present in the schema, adding confusion.

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 some constraints like 'update/patch/delete exigem id' and mentions bulk support, but it does not explicitly say 'use this tool when you need to delete a person resource'. There is no guidance on when to prefer this over the other write tools (create, update, patch) or what distinguishes it from them. The mention of 'action' without a schema field adds ambiguity.

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.