Search deals
search_dealsList and search pipeline deals, filtered by stage/owner/company/contact/stale and paginated. Returns summary rows (id, title, stage, amount, probability, owner, company, contact, next-action, isStale) plus pagination { page, perPage, total }. Use get_deal to fetch one deal's full detail by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search over the deal title. Omit for no text filter. | |
| page | No | 1-based page number of results to return. Default 1. | |
| stale | No | Set "true" to return only stale deals (past their next-action date or long untouched). | |
| ownerId | No | Filter to deals owned by this workspace member's user id. | |
| perPage | No | Number of deals per page (1-100). Default 25. | |
| stageId | No | Filter to deals in this pipeline stage id (from list_pipeline_stages). | |
| companyId | No | Filter to deals linked to this company id (from search_companies). | |
| contactId | No | Filter to deals linked to this contact id (from search_contacts). |