find_similar_opportunities
Find opportunities matching a reference deal or custom criteria. Analyze patterns and similarity scores to identify market trends and successful deals.
Instructions
Find opportunities similar to a reference opportunity or based on specific criteria. Includes pattern analysis and similarity scoring to identify market trends and success patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referenceOpportunityId | No | Optional reference opportunity ID to find similar deals based on its characteristics | |
| industry | No | Filter by industry (e.g., "Information Technology & Services") | |
| minAmount | No | Minimum opportunity amount | |
| maxAmount | No | Maximum opportunity amount | |
| stage | No | Filter by opportunity stage (e.g., "Closed Won", "Proposal") | |
| isWon | No | Filter by won/lost status | |
| closeDateStart | No | Start date for close date range (YYYY-MM-DD) | |
| closeDateEnd | No | End date for close date range (YYYY-MM-DD) | |
| includeAnalysis | No | Whether to include pattern analysis and insights (default: true) | |
| limit | No | Maximum number of results to return (default: 50) |