federation_run_agent
ActiveTool of ComOS Federation Gateway
declared in 1.0.0
Manually trigger an agent to run immediately. Requires admin authentication via auth_token.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"auth_token",
"agentId"
],
"properties": {
"agentId": {
"type": "string",
"description": "The agent ID to run"
},
"auth_token": {
"type": "string",
"description": "JWT auth token with admin role"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries