{"ok":true,"site":{"host":"webmcp-shoe-store","url":"https://andreinwald.github.io/webmcp-demo/","desc":"React shoe store demo with WebMCP-enabled product browsing and cart","type":"demo","category":"Commerce","tools":[{"name":"get_all_store_items","kind":"answer","impl":"imperative","description":"Get all available store items","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false},"executable":true,"handlerField":"execute"},{"name":"add_to_cart","kind":"act","impl":"imperative","description":"Add an item to the shopping cart","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number","description":"The ID of the item to add to the cart"}},"required":["id"],"additionalProperties":false},"executable":true,"handlerField":"execute"},{"name":"display_cart","kind":"act","impl":"imperative","description":"Display the current shopping cart items to user","inputSchema":{"type":"object","properties":{}},"executable":true,"handlerField":"execute"},{"name":"purchase_cart","kind":"transact","impl":"imperative","description":"Purchase the current shopping cart items","inputSchema":{"type":"object","properties":{}},"executable":true,"handlerField":"execute"},{"name":"get_filter_options","kind":"answer","impl":"imperative","description":"Get available filter options for products","inputSchema":{"type":"object","properties":{}},"executable":true,"handlerField":"execute"},{"name":"filter_by_brand","kind":"act","impl":"imperative","description":"Filter products by brand","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"brand":{"type":"string","description":"The brand to filter by"}},"required":["brand"],"additionalProperties":false},"executable":true,"handlerField":"execute"},{"name":"filter_by_gender","kind":"act","impl":"imperative","description":"Filter products by gender (e.g., MEN, WOMEN, KIDS)","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"gender":{"type":"string","description":"The gender to filter by"}},"required":["gender"],"additionalProperties":false},"executable":true,"handlerField":"execute"},{"name":"filter_by_category","kind":"act","impl":"imperative","description":"Filter products by category","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"category":{"type":"string","description":"The category to filter by"}},"required":["category"],"additionalProperties":false},"executable":true,"handlerField":"execute"}],"_scrape":{"etag":"\"6a283a00-1e2\"","lastModified":"Tue, 09 Jun 2026 16:06:24 GMT","scrapedAt":"2026-08-01T18:05:07.304Z"},"apiSurface":"spec","prominence":3,"toolCount":8}}