Sakura Cloud MCP Server

get_switch_info

Retrieve detailed information about a specific switch using its ID and zone, enabling management of Sakura Cloud network infrastructure via the MCP server.

Instructions

Get detailed information about a specific switch

Input Schema

NameRequiredDescriptionDefault
switchIdYesThe ID of the switch to retrieve
zoneNoThe zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified.

Input Schema (JSON Schema)

{ "properties": { "switchId": { "description": "The ID of the switch to retrieve", "type": "string" }, "zone": { "description": "The zone to use (e.g., \"tk1v\", \"is1a\", \"tk1a\"). Defaults to \"tk1v\" if not specified.", "type": "string" } }, "required": [ "switchId" ], "type": "object" }
ID: vbob63j601