Sakura Cloud MCP Server

get_archive_info

Retrieve detailed information about a specific archive using its unique ID, enabling precise management of Sakura Cloud infrastructure resources.

Instructions

Get detailed information about a specific archive

Input Schema

NameRequiredDescriptionDefault
archiveIdYesThe ID of the archive to retrieve

Input Schema (JSON Schema)

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