Skip to main content
Glama
ferronicardoso

mcp-movidesk

create_person

Create a person or organization in Movidesk, including contacts, document, and agent profiles.

Instructions

Cria uma nova pessoa/organização (POST /persons). Contatos são informados nos arrays emails[] ({emailType, email, isDefault}) e contacts[] ({contactType, contact, isDefault}). Documento (CPF ou CNPJ) vai no campo cpfCnpj. Agentes (profileType=1) exigem accessProfile e teams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isActiveYesSe a pessoa/organização está ativa
personTypeYes1=Pessoa física, 2=Empresa, 4=Departamento
profileTypeYes1=Agente, 2=Cliente, 3=Agente e Cliente
businessNameYesNome ou razão social
Behavior3/5

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

With no annotations, the description must disclose behavior. It identifies the operation as a POST request and highlights a specific requirement for agents. However, it does not mention idempotency, error handling, or rate limits, leaving gaps.

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 and front-loaded with the main purpose, followed by specific details. It is efficient and well-organized, though could benefit from slight structural formatting (e.g., bullet points).

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?

Given the absence of output schema, the description covers input parameters thoroughly, including special cases for agents. Missing is information about the response structure or error scenarios, which would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for required properties, but the description adds value by explaining the structure of optional contacts arrays and the document field, which are not in the schema. This provides meaning beyond the schema descriptions.

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 it creates a new person/organization via POST /persons. It distinguishes from sibling tools like update_person and get_person by focusing on creation, and provides specific details about contacts, document field, and agent requirements.

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 gives explicit instructions on how to specify contacts and document, and notes that agents require additional fields. It implicitly differentiates from update/create ticket by resource type, but lacks explicit when-not-to-use guidance.

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/ferronicardoso/mcp-movidesk'

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