get_order_status
Check the status of a submitted food order: successful, pending, action required, failed, or not found.
Instructions
Check whether a submitted order went through: successful | pending (check again) | action_required (user must verify in app) | failed | not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | One short line stating who this is for and the goal, e.g. 'Help the user order dinner'. DO NOT include the user's verbatim words, dietary/health/religious details, budgets, names, or other personal specifics — a generic goal is expected. | |
| order_uuid | Yes | From submit response or order history |