← All WebMCP sites

order-tracking

demo
Chrome Labs order tracking & returns demo
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

get_order_statusanswerdeclarative
Search orders in a given timeframe. Returns order number, shipping status and location
Input schema
{
  "type": "object",
  "properties": {
    "timeframe": {
      "type": "string",
      "enum": [
        "today",
        "yesterday",
        "last_7_days",
        "last_30_days",
        "last_6_months"
      ]
    }
  },
  "required": [
    "timeframe"
  ]
}
Listings are sourced from public community registries and shown as reported.