Skip to main content
Glama
arinspunk

Claude Talk to Figma MCP

by arinspunk

create_shape_with_text

Create a FigJam shape with embedded text for flowcharts, diagrams, and process maps. Choose from eight shape types including square, ellipse, rectangle, diamond, and triangles.

Instructions

Create a FigJam shape with text inside. Useful for flowcharts, diagrams, and process maps. Supported shapes: SQUARE, ELLIPSE, ROUNDED_RECTANGLE, DIAMOND, TRIANGLE_UP, TRIANGLE_DOWN, PARALLELOGRAM_RIGHT, PARALLELOGRAM_LEFT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX position on the canvas
yYesY position on the canvas
widthNoWidth of the shape (default: 200)
heightNoHeight of the shape (default: 200)
shapeTypeNoThe shape type (default: ROUNDED_RECTANGLE)
textNoText to display inside the shape
fillColorNoFill color in RGBA format (0-1 range each component)
nameNoOptional name for the node
parentIdNoParent node ID. REQUIRED — server enforces this. Use page node ID for top-level elements. Get page IDs via get_pages tool.
Behavior3/5

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

No annotations provided, so description carries full burden. It adds key behavioral info: 'parentId' is required server-side despite not being in required array, and lists supported shapes. However, it omits details on mutation behavior, undo, or authentication needs.

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 concise sentences with no filler. Front-loaded with verb and purpose, followed by essential list of supported shapes. Every sentence earns its place.

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 9 parameters and no output schema, the description is minimal. It fails to explain coordinate system, default dimensions, text rendering behavior, or error cases. ParentId requirement is mentioned but could be clearer. More context needed for a complex tool.

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 100%, so baseline is 3. The description lists shape enum values and mentions text inside, adding marginal value over schema. No additional parameter semantics beyond what schema already 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 clearly states the tool creates a FigJam shape with text inside, using specific verb 'Create' and resource 'shape with text'. It distinguishes from sibling shape tools (e.g., create_rectangle, create_ellipse) by emphasizing text inclusion and listing supported shapes.

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

Usage Guidelines4/5

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

The description notes usefulness 'for flowcharts, diagrams, and process maps', providing clear usage context. It implies when to choose this tool over shape-only siblings, but lacks explicit when-not-to-use or alternative recommendations.

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/arinspunk/claude-talk-to-figma-mcp'

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