get_bridge_info
Retrieve detailed information about a specific bridge on Sakura Cloud MCP Server using a bridge ID for infrastructure management and monitoring.
Instructions
Get detailed information about a specific bridge
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bridgeId | Yes | The 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"
}