Sakura Cloud MCP Server

get_license_info

Retrieve detailed information about a specific license by providing its ID. This tool assists in managing and verifying license details within the Sakura Cloud MCP Server infrastructure.

Instructions

Get detailed information about a specific license

Input Schema

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