Sakura Cloud MCP Server

get_disk_info

Retrieve detailed information about a specific disk in Sakura Cloud by providing its ID and optional zone. Use this tool to manage and monitor disk resources effectively.

Instructions

Get detailed information about a specific disk

Input Schema

NameRequiredDescriptionDefault
diskIdYesThe ID of the disk to retrieve
zoneNoThe zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified.

Input Schema (JSON Schema)

{ "properties": { "diskId": { "description": "The ID of the disk to retrieve", "type": "string" }, "zone": { "description": "The zone to use (e.g., \"tk1v\", \"is1a\", \"tk1a\"). Defaults to \"tk1v\" if not specified.", "type": "string" } }, "required": [ "diskId" ], "type": "object" }
ID: vbob63j601