{"ok":true,"supported":true,"host":"store.nekuda.ai","matchedHost":"store.nekuda.ai","site":{"host":"store.nekuda.ai","url":"https://store.nekuda.ai","desc":"AI-native demo storefront","type":"demo","category":"Commerce","tools":[{"name":"add_to_cart","kind":"act","impl":"imperative","description":"Add a specified product and selected variant options (size, color, quantity) to the user's active shopping cart in local storage.","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["product_id"],"properties":{"size":{"type":"string","description":"Selected size option if applicable (e.g. 'One Size', 'M', 'L')"},"color":{"type":"string","description":"Selected color option if applicable (e.g. 'Black', 'Bone', 'Moss')"},"quantity":{"type":"integer","default":1,"description":"Quantity to add (positive integer, default 1)"},"product_id":{"type":"string","description":"The ID of the product to add (e.g. 'space-explorer', 'origin-tote')"}},"additionalProperties":false},"executable":true,"handlerField":"execute","page":"/"},{"name":"get_cart","kind":"answer","impl":"imperative","description":"Inspect all line items currently in the shopping cart, including selected options, unit prices, total item count, and formatted subtotal.","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{},"additionalProperties":false},"executable":true,"handlerField":"execute","page":"/"},{"name":"get_product","kind":"answer","impl":"imperative","description":"Retrieve comprehensive product details by product ID or URL, including title, price, descriptions, materials, specifications, variant options, stock count, rating, and gallery images.","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"string","description":"Product identifier (e.g. 'space-explorer', 'origin-tote', 'dot-grid-notebook')"},"url":{"type":"string","description":"Full product URL (e.g. 'https://store.nekuda.ai/product.html?id=space-explorer')"}},"additionalProperties":false},"executable":true,"handlerField":"execute","page":"/"},{"name":"list_categories","kind":"answer","impl":"imperative","description":"List all product departments and categories in the nekuda store with catalog counts and descriptions.","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{},"additionalProperties":false},"executable":true,"handlerField":"execute","page":"/"},{"name":"list_products","kind":"answer","impl":"imperative","description":"Discover and search products in the nekuda store with optional keyword search, category filter, tag filter, sort ordering, stock filter, and pagination.","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"tag":{"type":"string","description":"Filter by specific product tag"},"sort":{"enum":["price_asc","price_desc","rating","newest","reviews"],"type":"string","description":"Sort order for returned products"},"limit":{"type":"integer","default":20,"description":"Maximum number of products to return (default 20)"},"query":{"type":"string","description":"Keyword search for product title, description, or tags"},"offset":{"type":"integer","default":0,"description":"Pagination offset (default 0)"},"category":{"type":"string","description":"Filter by category name or slug (e.g. 'hats', 'apparel', 'drinkware', 'desk-office', 'tech', 'bags', 'limited')"},"in_stock_only":{"type":"boolean","description":"When true, returns only items currently in stock"}},"additionalProperties":false},"executable":true,"handlerField":"execute","page":"/"},{"name":"list_stores","kind":"answer","impl":"imperative","description":"List physical nekuda store flagships and pickup point locations with addresses, opening hours, and available services.","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"city":{"type":"string","description":"Filter by city name (e.g. 'Tel Aviv', 'New York', 'London')"},"type":{"enum":["flagship","pickup-point"],"type":"string","description":"Filter by location type: 'flagship' or 'pickup-point'"}},"additionalProperties":false},"executable":true,"handlerField":"execute","page":"/"}],"apiSurface":"spec","prominence":2,"favicon":"/favicons/store.nekuda.ai.png","toolCount":6}}