get_agent_status
ActiveTool of cloud.redu/mcp
declared in 2.0.0
Returns the current status of your controller VM. On a freshly set-up VM also returns the trigger token needed to authorize the fleet and to call trigger_agent_batch. Call this after setup_agent_fleet to confirm the VM is ready.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"controller_url"
],
"properties": {
"log_token": {
"type": "string",
"description": "Log token for fetching controller logs (optional — returned by this tool on first call)"
},
"controller_url": {
"type": "string",
"format": "uri",
"description": "HTTPS URL of your controller VM, e.g. https://redu-controller-abc123.redu.cloud"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cloud.redu/mcp
1/7 registries