{"catalog.reconcile.v1":{"title":"Product data reconciliation","description":"Compare paired source and destination values for each SKU and field. Return every exact-string mismatch, retaining supplied source references and row order. Never infer missing values, fetch URLs or apply changes. This is a bounded comparison, not Merchant Center certification.","inputSchema":{"type":"object","additionalProperties":false,"required":["rows"],"properties":{"rows":{"type":"array","minItems":1,"maxItems":200,"items":{"type":"object","additionalProperties":false,"required":["sku","field","expected","observed","sourceRef"],"properties":{"sku":{"type":"string","minLength":1,"maxLength":80},"field":{"type":"string","minLength":1,"maxLength":80},"expected":{"type":"string","minLength":0,"maxLength":500},"observed":{"type":"string","minLength":0,"maxLength":500},"sourceRef":{"type":"string","minLength":1,"maxLength":300}}}}}},"outputSchema":{"type":"object","additionalProperties":false,"required":["checked","unchanged","mismatches"],"properties":{"checked":{"type":"integer","minimum":1,"maximum":200},"unchanged":{"type":"integer","minimum":0,"maximum":200},"mismatches":{"type":"array","minItems":0,"maxItems":200,"items":{"type":"object","additionalProperties":false,"required":["sku","field","expected","observed","sourceRef"],"properties":{"sku":{"type":"string","minLength":1,"maxLength":80},"field":{"type":"string","minLength":1,"maxLength":80},"expected":{"type":"string","minLength":0,"maxLength":500},"observed":{"type":"string","minLength":0,"maxLength":500},"sourceRef":{"type":"string","minLength":1,"maxLength":300}}}}}}},"table.normalize.v1":{"title":"Contact table cleanup","description":"Trim identifiers, collapse whitespace in names, lowercase and trim email addresses. Deduplicate trimmed IDs, keeping the first row. Preserve order. Report the number of removed rows. Do not verify email ownership or invent data.","inputSchema":{"type":"object","additionalProperties":false,"required":["rows"],"properties":{"rows":{"type":"array","minItems":1,"maxItems":200,"items":{"type":"object","additionalProperties":false,"required":["id","name","email"],"properties":{"id":{"type":"string","minLength":1,"maxLength":80},"name":{"type":"string","minLength":1,"maxLength":160},"email":{"type":"string","minLength":3,"maxLength":200}}}}}},"outputSchema":{"type":"object","additionalProperties":false,"required":["rows","removed"],"properties":{"rows":{"type":"array","minItems":1,"maxItems":200,"items":{"type":"object","additionalProperties":false,"required":["id","name","email"],"properties":{"id":{"type":"string","minLength":1,"maxLength":80},"name":{"type":"string","minLength":1,"maxLength":160},"email":{"type":"string","minLength":3,"maxLength":200}}}},"removed":{"type":"integer","minimum":0,"maximum":199}}}},"catalog.enrich.v1":{"title":"Catalog enrichment","description":"Turn supplied product facts into structured English listings. Preserve SKU identity; never invent product facts.","inputSchema":{"type":"object","additionalProperties":false,"required":["products"],"properties":{"products":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","additionalProperties":false,"required":["sku","facts"],"properties":{"sku":{"type":"string","minLength":1,"maxLength":80},"facts":{"type":"string","minLength":5,"maxLength":4000}}}}}},"outputSchema":{"type":"object","additionalProperties":false,"required":["products"],"properties":{"products":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","additionalProperties":false,"required":["sku","title","description","tags"],"properties":{"sku":{"type":"string","minLength":1,"maxLength":80},"title":{"type":"string","minLength":5,"maxLength":160},"description":{"type":"string","minLength":20,"maxLength":2000},"tags":{"type":"array","minItems":1,"maxItems":8,"items":{"type":"string","minLength":2,"maxLength":40}}}}}}}},"brief.extract.v1":{"title":"Document brief","description":"Extract a decision brief from supplied text with exact source quotations. No web browsing or external actions.","inputSchema":{"type":"object","additionalProperties":false,"required":["text"],"properties":{"text":{"type":"string","minLength":30,"maxLength":20000}}},"outputSchema":{"type":"object","additionalProperties":false,"required":["summary","findings"],"properties":{"summary":{"type":"string","minLength":20,"maxLength":2000},"findings":{"type":"array","minItems":1,"maxItems":10,"items":{"type":"object","additionalProperties":false,"required":["claim","quote"],"properties":{"claim":{"type":"string","minLength":5,"maxLength":1000},"quote":{"type":"string","minLength":10,"maxLength":1500}}}}}}}}