triage_opportunity
Pause, activate, or archive a specific opportunity from get_opportunities. State-mutating; guarded by confirm=true. Use this after the merchant has explicitly picked an opportunity to act on. Pass action='activate' to publish a proposed rule, 'pause' to temporarily hide an active one, 'archive' to permanently retire it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | What to do with this opportunity. | |
| confirm | Yes | Must be true to dispatch. Guard against accidental triage. | |
| opportunity_id | Yes | Opportunity id from get_opportunities. |