summarize_order_status
Description
Generates a human-readable narrative describing the full order status, including key events, parcels, pickup or delivery progression, and problems.
When to Use
Customer asks “Where is my order?”
Before troubleshooting or offering remediation.
To provide a clean summary before starting a workflow.
Workflow
Provide order ID.
Tool fetches order details + history logs.
Generates readable summary.
Present summary and propose next actions.
Arguments
order_id (string, required)
Input Schema
{ "order_id": "string" }
Output
{ "result": "Your order is currently… (text)" }
Sample Prompts
“Summarize order 55121.”
“Where is my order 100239?”