Skip to main content
Glama
ckalima

Pipedrive MCP Server

by ckalima

pipedrive_list_deals

Read-onlyIdempotent

Retrieve Pipedrive deals with optional filters for owner, person, organization, pipeline, stage, or status, and paginated results.

Instructions

List deals from Pipedrive with optional filtering by owner, person, organization, pipeline, stage, or status. Returns paginated results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoComma-separated deal IDs to fetch (max 100)
limitNoNumber of items to return (1-100, default 50)
cursorNoCursor for pagination (from previous response)
org_idNoFilter by linked organization ID
statusNoFilter by deal status (omit to return all non-deleted deals)
sort_byNoField to sort by
owner_idNoFilter by owner user ID
stage_idNoFilter by stage ID
filter_idNoFilter by saved filter ID
person_idNoFilter by linked person ID
pipeline_idNoFilter by pipeline ID
custom_fieldsNoInclude custom fields in response (comma-separated field keys or 'all')
updated_sinceNoFilter deals updated after this time (RFC3339 format, e.g. 2024-01-01T00:00:00Z)
updated_untilNoFilter deals updated before this time (RFC3339 format)
include_fieldsNoComma-separated extra fields (v2 enum, e.g. next_activity_id, last_activity_id, products_count, files_count, notes_count, followers_count)
sort_directionNoSort direction (default: desc)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv2.4.0
    • changedInput schema / properties / include_fields / description
      Previous value: -"Include additional data: deal_participants, products, followers, notes"New value: +"Comma-separated extra fields (v2 enum, e.g. next_activity_id, last_activity_id, products_count, files_count, notes_count, followers_count)"
    • changedInput schema / properties / status / description
      Previous value: -"Filter by deal status"New value: +"Filter by deal status (omit to return all non-deleted deals)"
    • changedInput schema / properties / status / enum
      Previous value: -[
      -  "open",
      -  "won",
      -  "lost",
      -  "deleted",
      -  "all_not_deleted"
      -]New value: +[
      +  "open",
      +  "won",
      +  "lost",
      +  "deleted"
      +]
  2. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. Description adds that results are paginated, which is a useful behavioral note beyond annotations. No contradictions.

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 that front-loads the purpose and key capabilities, with no unnecessary words. Every element earns its place.

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 16 parameters, no output schema, and rich annotations, the description covers essential filtering and pagination. It could briefly mention pagination details (cursor/limit) but the schema handles that, so completeness is 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 descriptions for all 16 parameters. The description only highlights a subset of filter options and does not add additional meaning or context beyond the schema's own field 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?

Clearly states 'List deals from Pipedrive' with specific verb and resource, and lists common filtering options, distinguishing it from sibling list tools like list_archived_deals or list_deal_followers.

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?

Mentions optional filtering but does not explicitly advise when to use this tool over alternatives like pipedrive_search_deals for text search or list_archived_deals for deleted deals. No 'when not to use' guidance provided.

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