Sakura Cloud MCP Server

get_commonserviceitem_info

Retrieve detailed information about a specific common service item in Sakura Cloud MCP Server by providing its unique ID.

Instructions

Get detailed information about a specific common service item

Input Schema

NameRequiredDescriptionDefault
itemIdYesThe ID of the common service item to retrieve

Input Schema (JSON Schema)

{ "properties": { "itemId": { "description": "The ID of the common service item to retrieve", "type": "string" } }, "required": [ "itemId" ], "type": "object" }
ID: vbob63j601