pipedrive_search
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Pipedrive
https://github.com/pipeworx-io/mcp-pipedrive
1/7 registries