Skip to main content
Glama
Blyawon

tokensStudioMCP

by Blyawon

create_icon

Creates an icon on the canvas from the Iconify catalog (200k+ icons). Fetches SVG and renders as vectors, with optional color tinting and placement inside a parent layer.

Instructions

Create an icon on the canvas from the Iconify catalog (200k+ icons: lucide:, mdi:, tabler:, heroicons:, …). The server fetches the SVG from api.iconify.design and the plugin renders it as vectors, optionally tinted with color and placed inside parentId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
iconYesIconify id, e.g. 'lucide:home' or 'mdi:account'.
nameNo
sizeNoWidth/height in px (default 24).
colorNoTint color (hex/rgb()/hsl()).
parentIdNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It discloses that the server fetches SVG from api.iconify.design, the plugin renders as vectors, and options like tinting with color and placing inside parentId. However, it does not cover error handling, rate limits, or what happens if the icon is not found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description consists of two well-structured sentences, front-loaded with the main purpose, and every word adds value. No unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 7 required/optional parameters and no output schema, the description covers the core behavior: fetching SVG, rendering, tinting, and placement. It could mention the return value or confirmation of creation, but overall it is sufficiently complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 43% (icon, size, color described). The description adds context for color (tinted), parentId (placed inside), and default size (24). But it does not clarify x, y, or name parameters beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool creates an icon on the canvas from the Iconify catalog, which is a specific verb+resource combination. It distinguishes itself from siblings like create_node and create_image_from_url by mentioning the Iconify catalog and the SVG fetching process.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for adding icons from Iconify's catalog (200k+ icons), but does not explicitly state when to use this tool versus alternatives like create_node or create_image_from_url. No when-not or exclusion criteria are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Blyawon/tokensStudioMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server