You're viewing a demo portfolio

Join the waitlist
PRSM

federation_search

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Route a natural-language intent to the right platform on the ComOS network — the first thing to call. Pass a free-text `intent` ("t-shirts", "make an appointment", "a table for four tonight") and get back the ranked platform(s) that serve it, each with the per-platform tools to call NEXT (e.g. bookings → appointment_search). This returns a ROUTE, not a transaction: it tells you where to go; you then act on that platform with the chosen tenant. An intent no platform serves returns an empty route (unroutable: true), never a silent default. Fast and deterministic — the same intent always routes the same way.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "intent"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max ranked platforms to return (default: all matches)"
    },
    "intent": {
      "type": "string",
      "description": "The natural-language need to route, e.g. \"make an appointment\""
    }
  },
  "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_search — ComOS Federation Gateway — PRSM MCP