manage_opportunity
Create or update product opportunities in ProductPlan by specifying problem statements and workflow statuses to track discovery progress.
Instructions
Create or update an opportunity. Note: delete not available via API.
USE WHEN: "Create opportunity", "Update problem" Actions: create (problem_statement), update (opportunity_id) FAILS WHEN: create without problem_statement, update without opportunity_id (get IDs from list_opportunities). Note: delete is not available via the ProductPlan API; archive opportunities by updating workflow_status instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | create or update | |
| description | No | Description | |
| opportunity_id | No | Opportunity ID (for update) | |
| problem_statement | No | Problem statement (title) | |
| workflow_status | No | draft, in_discovery, validated, invalidated, completed |