search_all
Search across all Pipedrive item types—deals, persons, organizations, products, files, activities, and leads—using a term with optional type filters and result limit.
Instructions
Search across all item types in Pipedrive.
Performs a cross-type search across deals, persons, organizations, products, files, activities, and leads.
Args: term: Search term item_types: Comma-separated item types to search (deal, person, organization, product, file, activity, lead). If not specified, searches all types. limit: Maximum results (default: 100)
Returns: JSON array of matching items across types
Examples: - search_all(term="acme") - Search "acme" across all types - search_all(term="enterprise", item_types="deal,person") - Search specific types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| item_types | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |