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