cookunity_list_deliveries
Retrieve current delivery schedules, order contents, and cutoff deadlines for CookUnity meal deliveries. Use this tool to access up-to-date information before managing orders or answering delivery questions.
Instructions
List upcoming delivery weeks with full details: confirmed order items, cart contents, CookUnity auto-picks, skip/pause status, and cutoff deadlines.
IMPORTANT: Always call this tool to get FRESH data before answering any question about delivery status, meals, or orders. NEVER rely on cached or previously returned data — the user may have made changes on the website or app between calls.
Args:
response_format ('markdown'|'json')
Returns (JSON): { deliveries[{ date, status, can_edit, menu_available, cutoff, cutoff_timezone, cart_items[], cart_count, order, recommendation_items[] }] }
Examples:
See upcoming weeks: {}
Check what's in my carts: {}
Error Handling:
Auth errors suggest checking credentials
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |