Skip to main content
Glama

Sakura Cloud MCP Server

by hidenorigoto

get_product_info

Retrieve detailed information about specific Sakura Cloud products, including servers, disks, internet, and licenses, to manage infrastructure effectively.

Instructions

Get detailed information about specific product offerings

Input Schema

NameRequiredDescriptionDefault
productTypeYesThe type of product to retrieve (server, disk, internet, license)

Input Schema (JSON Schema)

{ "properties": { "productType": { "description": "The type of product to retrieve (server, disk, internet, license)", "enum": [ "server", "disk", "internet", "license" ], "type": "string" } }, "required": [ "productType" ], "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