← All WebMCP sites

leather-bag

demo
Chrome Labs luxury leather storefront demo
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

check_return_policyanswerimperative
Returns the detailed site-wide return and guarantee policy for LUXE LEATHER.
Input schema
{
  "type": "object",
  "properties": {}
}
search_storeanswerimperative
Searches the Luxe Leather store catalog for products matching a query.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The search keywords (e.g. Satchel, Weekender, Walnut)."
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
view_productactimperative
Navigates to the detailed page for a specific premium leather bag.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "The product slug/identifier (e.g. signature-satchel, weekender-tote, class-clutch)."
    }
  },
  "required": [
    "slug"
  ],
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.