Skip to main content
Glama
JoseAlmeida-Ploomes

Ploomes MCP Server

salvar_negocio

Create or update a deal in Ploomes CRM. Requires contact ID from buscar_clientes and optional pipeline ID from buscar_pipeline.

Instructions

    Criar ou atualizar um negocio no Ploomes CRM.

    Passe o ID para atualizar um negocio existente.

    Observacoes:
        1. Use buscar_clientes para obter o ContactId (empresa ou contato principal).
        2. Use buscar_clientes(tipo=PESSOA) para obter o PessoaId (contato pessoa relacionado).
        3. Use buscar_pipeline para obter o PipelineId e StageId.
        4. Use buscar_usuarios para obter o OwnerId e ids dos colaboradores.
        5. data_inicio deve estar no formato ISO 8601: "YYYY-MM-DDTHH:MM:SS-03:00".
        6. usuarios_colaboradores deve ser uma lista de IDs de usuários: [123, 456].
        7. campos_customizados deve seguir o formato: [{"FieldKey": "chave", "StringValue": "valor"}]
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
valorNo
tituloYes
etapa_idNo
moeda_idNo
descricaoNo
origem_idNo
pessoa_idNo
contato_idYes
data_inicioNo
pipeline_idNo
chave_externaNo
prioridade_idNo
responsavel_idNo
campos_customizadosNo
usuarios_colaboradoresNo
Behavior2/5

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

No annotations are provided, so the description must carry the burden. It indicates the tool is mutating (create/update) but does not disclose side effects, authorization requirements, error states, or rate limits.

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 well-structured with a main sentence followed by a numbered list. It is reasonably concise, though some parameter details could be more succinct.

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?

With 16 parameters and no output schema, the description is incomplete. It addresses how to get key IDs but neglects many parameter purposes and does not describe return values.

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 coverage is 0% and the description only explains a few parameters (e.g., data_inicio format, campos_customizados format). Many parameters like valor, moeda_id, descricao, etc. lack explanation.

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 tool creates or updates a negocio (business) in Ploomes CRM. It distinguishes from sibling tools like excluir_negocio and buscar_negocio by focusing on create/update.

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 explicit prerequisites and references to other tools for obtaining required IDs (e.g., buscar_clientes, buscar_pipeline, buscar_usuarios). It also explains the update mechanism by passing an ID.

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