Sakura Cloud MCP Server

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" }
ID: vbob63j601