Skip to main content
Glama
Dragoon0x

conductor-figma

by Dragoon0x

create_text

Create text nodes in Figma with design-intelligent typography. Automatically resolves font weights like 'bold' to 'Bold' and '600' to 'Semi Bold' for consistent styling.

Instructions

Create text with design-intelligent typography. Font weight is auto-resolved (e.g. "bold" → "Bold", "600" → "Semi Bold").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText content (use \n for line breaks)
colorNoText color hex (default: #ffffff)
fontSizeNoFont size in px (default: 16)
maxWidthNoMaximum text width for wrapping
parentIdNoParent node ID
textCaseNoText case transform
fontFamilyNoFont family (default: Inter)
fontWeightNoWeight: thin/light/regular/medium/semibold/bold/extrabold or 100-900 (default: Regular)
lineHeightNoLine height in px or ratio (1.5 = 150%)
letterSpacingNoLetter spacing in px
textDecorationNoText decoration
textAlignVerticalNoVertical alignment
textAlignHorizontalNoHorizontal alignment
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does add one concrete behavior: font-weight auto-resolution with examples. However, it leaves 'design-intelligent typography' vague and does not disclose where the node is placed, what the tool returns, or any side effects beyond the obvious creation.

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?

Two short sentences with no filler. The operation is front-loaded, and the second sentence supplies the most non-obvious detail an agent needs.

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

Completeness2/5

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

Despite complete schema coverage, there is no annotations and no output schema. The description does not explain where the text node is created (current selection vs parentId), what it returns, or how omitted typography parameters behave beyond fontWeight.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds real semantic value for fontWeight by clarifying normalization ('bold' → 'Bold', '600' → 'Semi Bold'), going beyond the schema's list of accepted values.

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

Purpose4/5

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

States a specific verb and resource ('Create text') and adds a differentiating behavioral claim ('design-intelligent typography'). It does not explicitly contrast with siblings like set_text_content or style_text_range, but 'create' clearly signals a new node rather than modifying existing text.

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

Usage Guidelines2/5

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

No guidance on when to use this tool instead of set_text_content, style_text_range, or type_set_hierarchy. The only usage signal is the verb 'Create', with no prerequisites, placement context, or exclusion conditions.

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

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/Dragoon0x/conductor'

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