pipedrive_list_deals
ActiveTool of Pipedrive
declared in 0.1.0
View all deals in your pipeline. Returns deal IDs, titles, values, stages, and owners. Use pipedrive_get_deal for full details on a specific deal.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-pipedrive-api-key"
},
{
"limit": 100,
"status": "won",
"_apiKey": "your-pipedrive-api-key"
}
],
"required": [
"_apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (max 500, default 50)"
},
"start": {
"type": "number",
"description": "Pagination start (default 0)"
},
"status": {
"type": "string",
"description": "Filter by status: open, won, lost, deleted, all_not_deleted (default: all_not_deleted)"
},
"_apiKey": {
"type": "string",
"description": "Pipedrive API token"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pipedrive
https://github.com/pipeworx-io/mcp-pipedrive
1/7 registries