list_deals
ActiveTool of FavCRM
declared in 1.0.0
List CRM deals (sales pipeline) with optional filters.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"page": {
"type": "number",
"description": "Page number (default 1)"
},
"limit": {
"type": "number",
"description": "Items per page (default 20)"
},
"stage": {
"type": "string",
"description": "Filter by stage"
},
"search": {
"type": "string",
"description": "Search by name or description"
},
"dealType": {
"type": "string",
"description": "Filter by deal type"
},
"accountId": {
"type": "string",
"description": "Filter by account"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries