execute_weekly_plan_action
Execute a specific action from the merchant's weekly plan (publish bundle, run mining job, archive rule, etc.). Idempotent by action_id, safe to retry. Use this AFTER the merchant has confirmed which action from get_weekly_plan they want to run; do not call preemptively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to actually execute. Guard against accidental dispatch. | |
| action_id | Yes | The id of the action to execute, from get_weekly_plan. |