federation_catalog_search_grouped_multi
ActiveTool of ComOS Federation Gateway
Search product FAMILIES (variants of the same product grouped together) across multiple tenants in parallel. Prefer this for discovery — collapses size/color variants into one row per family with a price range and option breakdown. Drop to federation_catalog_search_multi when you need exact variant SKUs.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_ids",
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum variants to fetch per tenant before grouping (default 50, max 250)"
},
"query": {
"type": "string",
"description": "Search query string"
},
"category": {
"type": "string",
"description": "Filter by category"
},
"auth_token": {
"type": "string",
"description": "Optional JWT auth token"
},
"tenant_ids": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string",
"const": "all"
}
],
"description": "Array of tenant IDs to search, or \"all\" for all active tenants"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries