federation_catalog_platforms
ActiveTool of ComOS Federation Gateway
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries