L

leather-bag

Chrome Labs luxury leather storefront demo

2read
https://googlechromelabs.github.io/webmcp-tools/demos/leather-bag/

demo · Commerce · JSON · API for agents

Tools 2 tools

search_storeread

Search the Luxe Leather store for premium collections

View tool JSON
{
  "name": "search_store",
  "kind": "read",
  "impl": "declarative",
  "description": "Search the Luxe Leather store for premium collections",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search premium collections..."
      }
    }
  }
}
check_return_policyread

Check the return policy for products

View tool JSON
{
  "name": "check_return_policy",
  "kind": "read",
  "impl": "declarative",
  "description": "Check the return policy for products",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}