get_order_history
Retrieve past meal orders by profile, date range, and search filter. Review order details, quantities, and dates to track lunch selections or reorder favorites.
Instructions
Get past order history.
Args:
profile: Profile name (e.g. "child1"). Optional if only one profile is configured.
days_back: How many days back to look (default 60)
search: Optional search text to filter orders
Returns:
List of past orders with dates, descriptions, and quantities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| profile | No | ||
| days_back | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |