Skip to main content
Glama
JoseAlmeida-Ploomes

Ploomes MCP Server

excluir_marcador

Removes a marker or tag from Ploomes CRM. Requires the marker ID, which can be retrieved with the marker search tool.

Instructions

    Excluir um marcador/tag do Ploomes CRM.

    Pre requisitos:
        1. Busque o ID do marcador a ser excluido usando buscar_marcadores.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_marcadorYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states 'Excluir' (delete) which is destructive, but does not disclose whether the deletion is irreversible, if there are any side effects on related data, or if special permissions are required. For a deletion tool, this is insufficient.

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 very concise: two sentences and a prerequisite list. It is front-loaded with the purpose and gets straight to the point without any unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple delete operation with one parameter and no output schema, the description covers the core purpose and prerequisite. It could mention whether the deletion is reversible or any error conditions, but given the simplicity, it is largely adequate.

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?

There is one parameter 'id_marcador' with 0% schema coverage. The description does not explain the parameter but advises to obtain it via 'buscar_marcadores', which provides some context. However, it adds minimal semantic value beyond the parameter 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 'Excluir um marcador/tag do Ploomes CRM', specifying the verb (excluir) and resource (marcador/tag). This distinguishes 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?

Provides a clear prerequisite: first use 'buscar_marcadores' to obtain the ID. This tells the agent when to use this tool and what prior step is needed. It does not explicitly mention when not to use it, but the context is sufficient.

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