get_commonserviceitem_info
Retrieve detailed information about a specific common service item using its unique ID. Integrates with Sakura Cloud’s MCP Server for efficient infrastructure management.
Instructions
Get detailed information about a specific common service item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
itemId | Yes | The 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"
}