You're viewing a demo portfolio

Join the waitlist
PRSM

federation_catalog_platforms

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Browse the ComOS network's composable platforms as a recursive catalog. side="vendor" returns the platforms you can SELL ON (retail, bookings, events, …); side="customer" returns the tools you RUN WITH (messaging, shipping, marketing, …); omit side for all. parent="<key>" descends into a platform's sub-catalog — e.g. parent="messaging" returns its channels (email, sms, dm). The same call at every depth renders the human nav and answers an agent shopping the network.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "side": {
      "enum": [
        "vendor",
        "customer"
      ],
      "type": "string",
      "description": "Filter to sell-on (vendor) or run-it (customer) platforms. Omit for all platforms."
    },
    "parent": {
      "type": "string",
      "description": "Descend into a platform's sub-catalog (e.g. parent=\"messaging\" → email/sms/dm). Omit for the top-level platform list. When present, side is ignored."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ComOS Federation Gateway

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

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