You're viewing a demo portfolio

Join the waitlist
PRSM

federation_list_agents

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

List all configured agents with their status and next scheduled run. Requires authentication via auth_token.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "auth_token"
  ],
  "properties": {
    "status": {
      "enum": [
        "enabled",
        "disabled",
        "all"
      ],
      "type": "string",
      "default": "all",
      "description": "Filter by enabled status"
    },
    "agentType": {
      "type": "string",
      "description": "Filter by agent type name"
    },
    "auth_token": {
      "type": "string",
      "description": "JWT auth token for authentication"
    }
  },
  "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 →