get_starbucks_menu
Retrieve the full Starbucks menu for a location, or filter items by search query like 'cold brew' or 'breakfast sandwich' to find available options.
Instructions
Get the full menu of available items at a Starbucks location, or search for specific items by providing a query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional: Search query to filter menu items (e.g., 'cold brew', 'breakfast sandwich') | |
| location | No | Optional: Full store address (e.g., '2165 Polk St, San Francisco, CA'). If not provided, uses default location from environment. |