Sakura Cloud MCP Server

get_region_info

Retrieve detailed information about a specific region’s infrastructure on Sakura Cloud by providing the region ID for accurate management and planning.

Instructions

Get detailed information about a specific region

Input Schema

NameRequiredDescriptionDefault
regionIdYesThe ID of the region to retrieve

Input Schema (JSON Schema)

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