get_icon_info
Retrieve detailed information about a specific icon using its unique ID for easy management within the Sakura Cloud MCP Server.
Instructions
Get detailed information about a specific icon
Input Schema
Name | Required | Description | Default |
---|---|---|---|
iconId | Yes | The ID of the icon to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"iconId": {
"description": "The ID of the icon to retrieve",
"type": "string"
}
},
"required": [
"iconId"
],
"type": "object"
}