get_restaurant_item_details
Retrieve detailed menu item information including price, description, and customization options to handle required modifiers when adding to cart.
Instructions
Full details for one restaurant menu item: price, description, and extras[] customization groups (each with options[] holding option_id choices, min/max selections). REQUIRED before adding any item with has_required_modifiers. Pass selected options[].option_id values as nested_options when adding to cart (never extra_id).
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. | |
| item_id | Yes | Item ID from get_menu (i_ prefix handled automatically) | |
| menu_id | Yes | menu_id from get_menu | |
| store_id | Yes | Restaurant store ID |