list_menu
Show the restaurant's menu to the user as a visual HTML document — a horizontally-scrollable category strip with item photos, names and prices. Present the returned HTML by opening it as an HTML artifact; do NOT paste the markup into the chat as text. (Ordering does not require this — prepare_order resolves item names on its own.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | No | clientId of the restaurant, from a list_vendors result. Omit only when the server is configured for a single restaurant. | |
| vendorId | No | vendorId of the restaurant, from a list_vendors result. Omit only when the server is configured for a single restaurant. |