ubereats_add_to_cart
Add a menu item to your cart with quantity and special instructions after loading the restaurant.
Instructions
Add a menu item to the cart. The restaurant must be loaded first via ubereats_get_restaurant. Supports quantity and special instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurantId | Yes | The restaurant ID (from search or get_restaurant) | |
| itemName | Yes | Name of the menu item to add (must match exactly) | |
| quantity | No | Number of items to add (default: 1) | |
| specialInstructions | No | Special preparation instructions for the item (optional) |