instacart_place_order
Place grocery orders on Instacart with explicit user confirmation. Returns a preview when confirm=false, processes the order when confirm=true.
Instructions
Place the order. IMPORTANT: Set confirm=true only when you have explicit user confirmation. Without confirm=true, this returns a preview instead of placing the order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true to actually place the order. If false or omitted, returns a preview instead. NEVER set to true without explicit user confirmation. |