{"schema_version":"1.0","name":"sellcomarket","description":"sellcomarket — Product catalog and marketplace for AI agents","server_url":"https://app.sellercore.io/api/public/store","tools":[{"name":"search_products","description":"Search products. Returns identifiers (EAN/GTIN, UPC, ISBN, MPN), pricing, images, stock, weight, variants flag, seller, and channels.","inputSchema":{"type":"object","properties":{"q":{"type":"string","description":"Search query (title, description, brand, keywords)"},"category":{"type":"string","description":"Category slug"},"brand":{"type":"string","description":"Brand name"},"seller":{"type":"string","description":"Seller slug"},"priceMin":{"type":"number","description":"Min price"},"priceMax":{"type":"number","description":"Max price"},"inStock":{"type":"boolean","description":"In stock only"},"sort":{"type":"string","enum":["newest","price_asc","price_desc","title","popular"]},"limit":{"type":"integer","maximum":100},"offset":{"type":"integer"}}},"endpoint":"/products","method":"GET","outputSchema":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"slug":{"type":"string"},"description":{"type":"string","description":"Short description (max 200 chars)"},"brand":{"type":"string"},"manufacturer":{"type":"string"},"ean":{"type":"string","description":"EAN/GTIN barcode"},"upc":{"type":"string","description":"UPC barcode"},"isbn":{"type":"string","description":"ISBN for books"},"mpn":{"type":"string","description":"Manufacturer Part Number"},"price":{"type":"number"},"comparePrice":{"type":"number"},"currency":{"type":"string"},"mainImage":{"type":"string","format":"uri"},"images":{"type":"array","items":{"type":"string","format":"uri"}},"inStock":{"type":"boolean"},"quantity":{"type":"integer"},"hasVariants":{"type":"boolean"},"weight":{"type":"number"},"weightUnit":{"type":"string"},"channels":{"type":"array","items":{"type":"string"}},"publishedAt":{"type":"string","format":"date-time"}}}},"total":{"type":"integer"},"limit":{"type":"integer"},"offset":{"type":"integer"}}}},{"name":"get_product","description":"Full product detail: identifiers (EAN, UPC, ISBN, MPN, ASIN), dimensions, weight, variants, specifications, bullet points, keywords, purchase channels with tracked URLs, attributes, and Schema.org JSON-LD.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Product slug"}},"required":["slug"]},"endpoint":"/products/{slug}","method":"GET","outputSchema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"slug":{"type":"string"},"description":{"type":"string"},"shortDescription":{"type":"string"},"bulletPoints":{"type":"array","items":{"type":"string"}},"specifications":{"type":"object","description":"Key-value product specs"},"keywords":{"type":"array","items":{"type":"string"}},"brand":{"type":"string"},"manufacturer":{"type":"string"},"ean":{"type":"string"},"upc":{"type":"string"},"isbn":{"type":"string"},"mpn":{"type":"string"},"price":{"type":"number"},"comparePrice":{"type":"number"},"currency":{"type":"string"},"mainImage":{"type":"string","format":"uri"},"images":{"type":"array","items":{"type":"string","format":"uri"}},"inStock":{"type":"boolean"},"quantity":{"type":"integer"},"weight":{"type":"number"},"weightUnit":{"type":"string"},"length":{"type":"number"},"width":{"type":"number"},"height":{"type":"number"},"dimensionUnit":{"type":"string"},"hasVariants":{"type":"boolean"},"variants":{"type":"array","description":"Variant data (sizes, colors, etc.)"},"channels":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","description":"AMAZON, SHOPIFY, WOOCOMMERCE, etc."},"marketplace":{"type":"string","description":"e.g. DE, US, UK"},"asin":{"type":"string","description":"Amazon ASIN"},"sku":{"type":"string","description":"Channel SKU"},"shopUrl":{"type":"string","format":"uri"},"price":{"type":"number"},"currency":{"type":"string"},"trackingUrl":{"type":"string","format":"uri","description":"Tracked redirect URL — use this for purchases"}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"},"unit":{"type":"string"}}}},"schemaOrg":{"type":"object","description":"Schema.org Product JSON-LD"},"source":{"type":"string","description":"MANUAL, AMAZON_IMPORT, EXCEL_IMPORT"},"viewCount":{"type":"integer"},"clickCount":{"type":"integer"},"publishedAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}},{"name":"get_categories","description":"List all product categories. Use tree=true for nested structure.","inputSchema":{"type":"object","properties":{"tree":{"type":"boolean","description":"Nested tree structure"}}},"endpoint":"/categories","method":"GET"},{"name":"get_seller","description":"Get seller profile and their published products.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Seller slug"}},"required":["slug"]},"endpoint":"/sellers/{slug}","method":"GET"},{"name":"get_purchase_link","description":"Get a tracked purchase URL for a product channel. Returns a redirect URL. Include your agent name for attribution.","inputSchema":{"type":"object","properties":{"channelId":{"type":"string","description":"Channel ID from get_product response channels[].id"},"agentName":{"type":"string","description":"Your agent name for attribution"}},"required":["channelId"]},"endpoint":"/go/{channelId}?ref=agent&agent={agentName}","method":"GET","note":"Returns 302 redirect to the seller shop. URL is at root path, not under /api/public/store."}]}