get_archive_info
Retrieve detailed information about a specific archive by providing its ID. The tool is used within Sakura Cloud MCP Server to manage and interact with cloud infrastructure.
Instructions
Get detailed information about a specific archive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archiveId | Yes | The 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"
}