Shipping Delay Extractor
This app extracts shipping delay notice fields into a deterministic structured JSON result.
When to use it
Use this app when an order or delivery workflow has raw shipping delay notice text and needs read-only extraction of fields such as order number, carrier, tracking number, delay reason, original estimated delivery date, new estimated delivery date, affected items, affected scope, and customer notice text.
Accepted input
The MCP tool accepts one field: notice_text. The value must be raw shipping delay notice text supplied by the user.
Returned output
The app returns a fixed JSON structure with status, whether the text appears to be a shipping delay notice, extracted fields, confidence, missing fields, and warnings.
What it does not do
This app is read-only. It does not store data, use external APIs, modify orders, contact carriers, send emails, provide compensation decisions, or provide responsibility decisions.