Skip to main content
Glama
JoseAlmeida-Ploomes

Ploomes MCP Server

excluir_negocio

Deletes a business record from Ploomes CRM using its ID. Requires obtaining the ID beforehand via the search business tool.

Instructions

    Excluir um negocio do Ploomes CRM.

    Pre requisitos:
        1. Busque o ID do negocio a ser excluido usando buscar_negocio.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_negocioYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the deletion action and a prerequisite, but fails to mention potential side effects, permission requirements, or whether the operation is reversible. This is insufficient for a destructive operation.

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 concise (two sentences) and front-loaded with the purpose. However, it omits necessary details, making it slightly under-specified rather than optimally concise.

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?

Given the tool's simplicity (one parameter, no output schema), the description is minimally adequate but lacks behavioral transparency and parameter details. The prerequisite is helpful, but overall completeness is average.

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%, but the description adds minimal value: it implies the ID comes from 'buscar_negocio' but does not explain format, constraints, or behavior. The parameter's meaning is entirely derived from the schema's name.

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 (excluir) and resource (negocio do Ploomes CRM), distinguishing it from sibling tools like 'excluir_cliente' or 'excluir_produto'.

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?

The description provides a prerequisite: 'Busque o ID do negocio a ser excluido usando buscar_negocio', guiding the agent on when to use this tool (after fetching the ID). It does not include explicit exclusions or alternatives, but the context is clear.

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