process_order
Process an order by accepting customer details, product items, priority level, and optional notes.
Instructions
Demonstrates a tool with a rich input schema: nested objects, enums, optional fields, and error handling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of items to order | |
| notes | No | Optional order notes | |
| customer | Yes | ||
| priority | No | Order priority level | normal |