You're viewing a demo portfolio

Join the waitlist
PRSM

instance_action

Active

Tool of cloud.redu/mcp

declared in 2.0.0

Start, stop, or reboot an instance. action must be START, STOP, REBOOT_SOFT, or REBOOT_HARD.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "instanceId",
    "action"
  ],
  "properties": {
    "action": {
      "enum": [
        "START",
        "STOP",
        "REBOOT_SOFT",
        "REBOOT_HARD"
      ],
      "type": "string"
    },
    "instanceId": {
      "type": "string",
      "minLength": 1
    }
  },
  "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 →
instance_action — cloud.redu/mcp — PRSM MCP