Sakura Cloud MCP Server

get_appliance_info

Retrieve detailed information about a specific appliance using its unique ID to manage Sakura Cloud infrastructure effectively.

Instructions

Get detailed information about a specific appliance

Input Schema

NameRequiredDescriptionDefault
applianceIdYesThe ID of the appliance to retrieve

Input Schema (JSON Schema)

{ "properties": { "applianceId": { "description": "The ID of the appliance to retrieve", "type": "string" } }, "required": [ "applianceId" ], "type": "object" }
ID: vbob63j601