Sakura Cloud MCP Server

get_zone_info

Retrieve detailed information about a specific zone using its ID to manage Sakura Cloud infrastructure efficiently.

Instructions

Get detailed information about a specific zone

Input Schema

NameRequiredDescriptionDefault
zoneIdYesThe ID of the zone to retrieve

Input Schema (JSON Schema)

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