You're viewing a demo portfolio

Join the waitlist
PRSM

federation_catalog_agents

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Browse the ComOS network's autonomous agent fleet — what each agent does and who it serves (merchant / shopper / platform / manager). Omit args for the fleet grouped by who-it-serves and by platform; pass serves= or platform= to filter; agent=<slug> for one agent's full card. Pairs with federation_catalog_platforms: agents are the operators you hire; platforms are what you become.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "agent": {
      "type": "string",
      "description": "A single agent's full card, by slug (e.g. agent=\"dynamic-pricing\")."
    },
    "serves": {
      "enum": [
        "merchant",
        "shopper",
        "platform",
        "manager"
      ],
      "type": "string",
      "description": "Filter by beneficiary — who the agent serves. Omit for the whole fleet."
    },
    "platform": {
      "type": "string",
      "description": "Filter to one platform's agents (retail | manager | portal-ops | federation). Omit for the whole fleet."
    }
  },
  "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_agents — ComOS Federation Gateway — PRSM MCP