Skip to main content
Glama

GestãoClick

gestaoclick_clientes_delete

Clientes: Deletar (DELETE /api/clientes/{id}). [write, altera dados]

Bulk support: accepts ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
idsNo
bodyNo
accountNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior1/5

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

The description explicitly calls the operation 'DELETE' and marks it as '[write, altera dados]', yet the annotations declare destructiveHint=false. This is a direct contradiction and makes the actual behavioral effect of the tool ambiguous. No additional side effects, irreversibility, or data-impact details 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: the first sentence gives the action, resource, and HTTP method, and the second adds the bulk execution detail. Every part earns its place with no filler.

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 description is adequate for a straightforward DELETE endpoint, and bulk support adds relevant context. However, the missing parameter semantics and contradictory annotation about destructiveness leave gaps that the agent would need resolved in order to select and invoke the tool confidently.

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 should compensate by explaining the parameters. It only mentions that 'ids' enables bulk execution and that id is part of the endpoint, but it leaves 'body' and 'account' entirely unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Deletar'), the resource ('Clientes'), and the exact HTTP endpoint (DELETE /api/clientes/{id}). It unambiguously distinguishes this delete tool from the other client CRUD sibling tools.

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 communicates the core operation and mentions bulk support, which is useful. However, it does not explicitly say when to use this tool instead of alternatives, such as gestaoclick_clientes_update or gestaoclick_clientes_get, nor does it state any preconditions or after-effects.

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.