← WebMCP Directory

Tool tree

Chrome Labs order tracking & returns demo
Explore capabilities
get_order_statusanswer

Search orders in a given timeframe. Returns order number, shipping status and location

View tool JSON
{
  "name": "get_order_status",
  "kind": "answer",
  "impl": "declarative",
  "description": "Search orders in a given timeframe. Returns order number, shipping status and location",
  "inputSchema": {
    "type": "object",
    "properties": {
      "timeframe": {
        "type": "string",
        "enum": [
          "today",
          "yesterday",
          "last_7_days",
          "last_30_days",
          "last_6_months"
        ]
      }
    },
    "required": [
      "timeframe"
    ]
  }
}