federation_catalog_search_multi
ActiveTool of ComOS Federation Gateway
Search products (flat — one row per variant) across multiple tenants in parallel. Pass tenant_ids as an array of tenant IDs or "all" for every active tenant. Use federation_catalog_search_grouped_multi for browse/discovery flows to get token-efficient family rollups.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_ids",
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum results per tenant"
},
"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.50.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries