Sakura Cloud MCP Server

get_bridge_info

Retrieve detailed information about a specific bridge on the Sakura Cloud MCP Server by providing its unique bridge ID for infrastructure management.

Instructions

Get detailed information about a specific bridge

Input Schema

NameRequiredDescriptionDefault
bridgeIdYesThe ID of the bridge to retrieve

Input Schema (JSON Schema)

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