Skip to main content
Glama
expertintegrado

Pipedrive MCP

create_activity

Create a new activity or task in Pipedrive with local time scheduling, conflict detection, and support for deal and contact associations.

Instructions

Cria uma nova atividade/tarefa no Pipedrive. Aceita nome ou alias para tipo e responsável (resolve automaticamente). Horários em fuso local (converte para UTC). Se deal_id ou person_id informado, verifica atividades pendentes antes de criar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoNota/observação
typeYesTipo da atividade. Aceita key, nome ou alias. Ex: 'whatsapp', 'Demonstração', 'call'
forceNoSe true, cria mesmo se encontrar atividade pendente.
deal_idNoID do negócio. SEMPRE informar quando pertence a um deal.
subjectYesAssunto da atividade
user_idNoNome ou ID do responsável. Ex: 'Eric Luciano', 17987703
due_dateNoData de vencimento (YYYY-MM-DD)
due_timeNoHora de vencimento em horário local (HH:MM). Convertido para UTC automaticamente.
durationNoDuração em minutos. Se omitido, usa duração padrão do tipo.
person_idNoID do contato relacionado
Behavior4/5

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

With no annotations, the description fully carries the behavioral burden. It discloses name/alias resolution, automatic timezone conversion to UTC, and pending activity checking before creation. This is good, though it omits details like auth requirements or response behavior.

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 three concise sentences with no filler. It is front-loaded with the main action and adds key details efficiently.

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 10 parameters, 2 required, no output schema, the description covers creation behavior, name resolution, timezone handling, and pending check logic. It does not describe success return, but overall it is adequately complete for a creation tool.

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?

Schema coverage is 100%, so baseline is 3. The description adds some meaning (e.g., 'resolve automaticamente' for type and user_id, timezone conversion for due_time), but much of this is also in the schema descriptions. Minimal added value beyond schema.

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 'Cria uma nova atividade/tarefa no Pipedrive', specifying the verb (create) and resource (activity/task). It also mentions features like name/alias resolution and timezone conversion, distinguishing it from siblings like 'update_activity' or 'list_activities'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides some context: it checks pending activities when deal_id or person_id is provided, and mentions the force parameter to bypass. However, it does not explicitly state when to use this tool over other creation or activity-related tools, nor does it give 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/expertintegrado/pipedrive-mcp'

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