Sakura Cloud MCP Server

get_icon_info

Retrieve detailed information about a specific icon on Sakura Cloud MCP Server using the provided icon ID for efficient infrastructure management.

Instructions

Get detailed information about a specific icon

Input Schema

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