meican_list_restaurants
Retrieve all restaurants serving in a meal session by specifying the tab unique ID and target time. Returns each restaurant's unique ID and name.
Instructions
List restaurants serving in one meal session. Returns each restaurant's unique_id and name. Get the args from meican_list_meal_tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Meican namespace for the user's organization or site. Only meican_whoami uses this to scope organization info and pickup addresses; other tools ignore it. | |
| target_time | Yes | From `meican_list_meal_tabs[].target_time`. Format: 'YYYY-MM-DD HH:MM' | |
| access_token | No | Optional Meican access token (cookie 'sat' on www.meican.com). If omitted, the server reads MEICAN_ACCESS_TOKEN from its environment. | |
| refresh_token | No | Optional Meican refresh token (cookie 'srt'). If omitted, the server reads MEICAN_REFRESH_TOKEN from its environment. On HTTP 401 the server refreshes once and returns the rotated pair in `_rotation`; persist it before the next call. | |
| tab_unique_id | Yes | From `meican_list_meal_tabs[].tab_unique_id` |