Sakura Cloud MCP Server

get_cdrom_info

Retrieve detailed information about a specific ISO image by providing its ID. This tool is part of the Sakura Cloud MCP Server, enabling efficient management of cloud infrastructure components.

Instructions

Get detailed information about a specific ISO image

Input Schema

NameRequiredDescriptionDefault
cdromIdYesThe ID of the ISO image to retrieve

Input Schema (JSON Schema)

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