get_license_info
Retrieve detailed information about a specific license by providing its unique ID using the Sakura Cloud MCP Server tool.
Instructions
Get detailed information about a specific license
Input Schema
Name | Required | Description | Default |
---|---|---|---|
licenseId | Yes | The ID of the license to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"licenseId": {
"description": "The ID of the license to retrieve",
"type": "string"
}
},
"required": [
"licenseId"
],
"type": "object"
}