Search Opportunities
search_opportunitiesFilter and list opportunities by pipeline, stage, or assignee, returning key fields and contact dates to identify stale deals.
Instructions
List and filter opportunities (deals) in Copper. Filter by pipeline, stage, or assignee to triage a book of business. Returns each deal's id, name, monetary_value, pipeline_id, pipeline_stage_id, close_date, company_name, and assignee_id. It also returns date_last_contacted (the last call/meeting/email date) and interaction_count, so you can spot stale deals directly from this one call without fetching each opportunity. Stage and pipeline are returned as IDs — call list_pipelines to map them to names. Use get_opportunity for the full record (custom fields, tags, contacts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Maximum number of opportunities to return (default 20). | |
| assignee_id | No | Restrict to deals owned by a specific Copper user. | |
| pipeline_id | No | Restrict to a single pipeline (get IDs from list_pipelines). | |
| pipeline_stage_id | No | Restrict to a single stage within a pipeline. |