You're viewing a demo portfolio

Join the waitlist
PRSM

federation_catalog_search_multi

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →
federation_catalog_search_multi — ComOS Federation Gateway — PRSM MCP