Sakura Cloud MCP Server

get_router_info

Retrieve detailed information about a specific router using its unique ID, enabling efficient management of Sakura Cloud infrastructure components.

Instructions

Get detailed information about a specific router

Input Schema

NameRequiredDescriptionDefault
routerIdYesThe ID of the router to retrieve

Input Schema (JSON Schema)

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