Skip to main content
Glama

bsoft_pessoas_write_create

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

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
Behavior3/5

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

Annotations already state readOnlyHint=false, destructiveHint=false, idempotentHint=false. The description adds a critical warning about PRODUCTION data and lack of homologation, which is valuable. It also explains the need for id for updates and parent_id for nested resources. However, it doesn't disclose details about authentication requirements or what exactly gets created or deleted, relying on annotations for safety profile.

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 it includes a mixed set of instructions (write operations in general) that could confuse for a create-specific tool. It front-loads the warning but then covers multiple actions, making it less focused and efficient.

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?

The tool has 7 parameters, no output schema, and no annotations on return values. The description explains the core flow (resource, action, body) and addresses nested resources and bulk support, but lacks detail on parameter formats (e.g., body structure) and response handling. It is sufficient for basic creation but incomplete for advanced parameters.

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?

Schema description coverage is 0%, so the description must compensate. The description explains the purpose of key parameters like resource, action, body, id, and parent_id, but does not elaborate on 'account', 'ids', or the structure of the body JSON. Since coverage is 0%, a baseline of 3, but it's borderline; the description adds initial context but leaves many parameters under-documented.

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 handles creation (and other write operations) for 'pessoas' resources in Bsoft TMS, listing the specific sub-resources. It distinguishes from siblings by being scoped to 'pessoas' and using 'create', but it also mentions update/delete actions, which may cause ambiguity with sibling tools dedicated to those actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear instructions on required parameters (resource, action, body) and notes when id is needed (update/patch/delete) and when parent_id is needed (nested resources). It also mentions the bulk support. However, it does not explicitly say when to prefer this tool over sibling 'write_create_lote' or other write variants beyond the action implication.

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.