Skip to main content
Glama
ckalima

Pipedrive MCP Server

pipedrive_list_activities

Read-onlyIdempotent

List Pipedrive activities filtered by owner, deal, person, organization, type, or completion status.

Instructions

List activities from Pipedrive with optional filtering by owner, deal, person, organization, type, or completion status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoCursor for pagination
limitNoNumber of items (1-100)
filter_idNoFilter by saved filter ID
idsNoComma-separated activity IDs to fetch (max 100)
owner_idNoFilter by owner user ID
deal_idNoFilter by deal ID
lead_idNoFilter by lead ID (UUID format)
person_idNoFilter by person ID
org_idNoFilter by organization ID
doneNoFilter by completion (true=done, false=pending)
updated_sinceNoFilter activities updated after this time (RFC3339 format)
updated_untilNoFilter activities updated before this time (RFC3339 format)
sort_byNoField to sort by
sort_directionNoSort direction
include_fieldsNoInclude additional data in response
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so safety is clear. Description adds no behavioral traits beyond what annotations provide, but does not contradict them. It adequately conveys that this is a safe list operation.

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?

Single sentence, no wasted words. Front-loaded with action and resource, then lists key capabilities 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?

No output schema, but the description covers the main purpose and filtering options. For a list tool with 15 parameters, the description is reasonably complete, though it omits details like pagination behavior (handled by schema). Overall 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?

Schema coverage is 100% with each parameter described. Description only mentions a subset of filter parameters (owner, deal, etc.) but does not add meaning beyond what the schema provides. Baseline 3 is appropriate.

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?

Description clearly states verb 'List' and resource 'activities', and lists key filtering options. It distinguishes from sibling tools like pipedrive_get_activity (single item) and pipedrive_list_tasks (different resource).

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?

Description implies usage for listing activities with filters, but does not explicitly say when to use vs alternatives (e.g., get_activity for specific, list_archived_activities for archived). Context is clear but no exclusions stated.

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/ckalima/pipedrive-mcp-server'

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