{"name":"gera-lens","description":"GeraLens — AI-powered visual search and product identification platform for scanning, identifying, and finding products worldwide.","version":"0.1.0","url":"https://geralens.com","contact":"api@gera.services","tools":[{"name":"identify_product","description":"Identify a product from an image URL and return name, category, brand, and metadata.","input_schema":{"type":"object","properties":{"image_url":{"type":"string","description":"Publicly accessible URL of the product image."},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code for localised results."}},"required":["image_url"]}},{"name":"visual_search","description":"Search for products visually similar to a given image across the GeraMarket catalogue.","input_schema":{"type":"object","properties":{"image_url":{"type":"string","description":"Image URL to use as the visual search query."},"category":{"type":"string","description":"Optional category to restrict search scope."},"limit":{"type":"number","description":"Maximum number of results to return (default 20)."}},"required":["image_url"]}},{"name":"scan_barcode","description":"Decode a barcode or QR code from an image and return the product record if found.","input_schema":{"type":"object","properties":{"image_url":{"type":"string","description":"Image URL containing the barcode or QR code."},"barcode_value":{"type":"string","description":"Raw barcode value if already decoded client-side."}}}},{"name":"find_similar","description":"Find products similar to a known product ID based on visual and semantic features.","input_schema":{"type":"object","properties":{"product_id":{"type":"string","description":"ID of the reference product."},"limit":{"type":"number","description":"Maximum number of similar products to return."}},"required":["product_id"]}}],"resources":[{"name":"categories","description":"Product category taxonomy used for classification.","url":"https://geralens.com/api/v1/categories"},{"name":"products","description":"Searchable product catalogue indexed for visual search.","url":"https://geralens.com/api/v1/products"}]}