You're viewing a demo portfolio

Join the waitlist
PRSM

get_agent_status

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.redu/mcp

1/7 registries
View full server →