Skip to main content
Glama

Sakura Cloud MCP Server

by hidenorigoto

get_server_info

Retrieve detailed server information, including ID and zone, from Sakura Cloud MCP Server to manage and interact with infrastructure effectively.

Instructions

Get detailed information about a specific server

Input Schema

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

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hidenorigoto/sacloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server