Skip to main content
Glama
JoseAlmeida-Ploomes

Ploomes MCP Server

excluir_registro

Delete a Ploomes CRM record by providing its unique ID.

Instructions

    Pré requisitos:
        1. Busque o ID do registro a ser excluído.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_registroYes
Behavior2/5

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

No annotations are provided. The description does not disclose any behavioral traits such as destructiveness, permission requirements, or side effects. The name implies deletion, but the description adds no behavioral context beyond the prerequisite.

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 extremely concise (one line), which is efficient, but it front-loads a prerequisite rather than the tool's primary action. It is not verbose but sacrifices substance for brevity.

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 number of sibling tools and the simplicity of the operation, the description should state that it deletes a record and clarify what 'registro' refers to. It omits these key details, making it incomplete.

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?

The input schema has one parameter with no description (0% coverage). The description only mentions finding the ID but does not explain the parameter's format or constraints, failing to compensate for the schema's lack of detail.

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

Purpose3/5

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

The tool name 'excluir_registro' clearly means 'delete record' in Portuguese, indicating the action. The description only lists a prerequisite but does not explicitly state the tool's purpose, which is adequate but not fully helpful.

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 gives a prerequisite (find the ID first) but provides no guidance on when to use this tool versus other deletion tools like 'excluir_cliente' or when not to use it. No exclusions or alternatives are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoseAlmeida-Ploomes/ploomes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server