find_items
Search for items in a retail or grocery store by name and get item IDs to add them to your cart.
Instructions
Search items inside ONE retail/grocery store by name — returns item_ids for cart adds, keyed per query. Empty for restaurants (use get_menu there).
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. | |
| queries | Yes | One or more item names, e.g. ['milk','eggs'] | |
| store_id | Yes | Retail/grocery store ID |