You're viewing a demo portfolio

Join the waitlist
PRSM

pipedrive_search

Active

Tool of Pipedrive

declared in 0.1.0

Search deals, contacts, organizations, products, or files by keyword. Returns matching records with IDs and basic info.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "term": "Acme Corp",
      "_apiKey": "your-pipedrive-api-key"
    },
    {
      "term": "John Smith",
      "_apiKey": "your-pipedrive-api-key",
      "item_types": "person,deal"
    }
  ],
  "required": [
    "_apiKey",
    "term"
  ],
  "properties": {
    "term": {
      "type": "string",
      "description": "Search term"
    },
    "limit": {
      "type": "number",
      "description": "Max results (default 50)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Pipedrive API token"
    },
    "item_types": {
      "type": "string",
      "description": "Comma-separated item types to search: deal, person, organization, product, file (default: all)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Pipedrive

https://github.com/pipeworx-io/mcp-pipedrive

1/7 registries
View full server →