| metadata | {"openclaw":{"requires":{"bins":["python3","pip"]},"emoji":"🥬","category":"shopping","tags":["kimberton","organic","natural-foods","grocery","pennsylvania"],"network":true},"parameters":{"type":"object","properties":{"action":{"type":"string","enum":["search","details","sales","store-info","image"],"description":"'search' for products, 'details' for specific item, 'sales' for weekly flyer, 'store-info' for hours/location, 'image' for product image URL"},"query":{"type":"string","description":"Product search query (for 'search') or INV code (for 'details') or store location (for 'store-info')"},"image_id":{"type":"string","description":"Image identifier from product images array (for 'image' action, e.g., '1000-140364')"},"fields":{"type":"array","items":{"type":"string"},"description":"Optional array of field names to return from product details. If omitted, returns all fields. Available: id, name, brand, size, scanCode, actualPrice, suggestedPrice, outOfStock, sellOutOfStock, department, departmentId, location, shelfSequence, discontinued, maxQuantity, loyalty, local, hasModifiers, hasLinkedItems, hasRestriction, hasAgeRestriction, cashierApprovalRequired, weightProfile, images, itemGroups"},"store":{"type":"string","enum":["malvern","downingtown","douglassville","kimberton","collegeville","ottsville","wyomissing"],"description":"Store location (optional, user preference should be in USER.md)"}},"required":["action"]},"examples":[{"prompt":"Does Kimberton have peanut butter?","call":"kimberton-whole-foods","args":{"action":"search","query":"peanut butter"}},{"prompt":"What's on sale at Kimberton this week?","call":"kimberton-whole-foods","args":{"action":"sales"}},{"prompt":"What are the Downingtown store hours?","call":"kimberton-whole-foods","args":{"action":"store-info","query":"downingtown"}},{"prompt":"Get details for INV-1000-150551","call":"kimberton-whole-foods","args":{"action":"details","query":"INV-1000-150551"}},{"prompt":"Get only the images and location for INV-1000-150551","call":"kimberton-whole-foods","args":{"action":"details","query":"INV-1000-150551","fields":["images","location","shelfSequence"]}},{"prompt":"Check Kimberton Collegeville store info","call":"kimberton-whole-foods","args":{"action":"store-info","query":"collegeville"}},{"prompt":"Get image URL for product image 1000-140364","call":"kimberton-whole-foods","args":{"action":"image","image_id":"1000-140364"}}]} |