Skip to main content
Glama
Takeaki0817

TalkToFigma

by Takeaki0817

create_component

Create an empty Figma component with configurable auto-layout settings. Returns its component ID for use as a parent or with component instances.

Instructions

Create a new empty component. Supports the same Auto Layout parameters as create_frame. Returns the component's ID for use as a parentId or with create_component_instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX position
yYesY position
nameNoOptional name for the component
widthYesWidth of the component
heightYesHeight of the component
parentIdNoOptional parent node ID to append the component to
fillColorNoFill color in RGBA format
layoutModeNoAuto-layout mode for the component
layoutWrapNoWhether the auto-layout component wraps its children
paddingTopNoTop padding for auto-layout component
itemSpacingNoDistance between children in auto-layout component
paddingLeftNoLeft padding for auto-layout component
strokeColorNoStroke color in RGBA format
paddingRightNoRight padding for auto-layout component
strokeWeightNoStroke weight
paddingBottomNoBottom padding for auto-layout component
layoutSizingVerticalNoVertical sizing mode for auto-layout component
counterAxisAlignItemsNoCounter axis alignment for auto-layout component
primaryAxisAlignItemsNoPrimary axis alignment for auto-layout component
layoutSizingHorizontalNoHorizontal sizing mode for auto-layout component
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool creates an empty component and returns its ID, which is useful, but it omits details like write permissions, document mutation side effects, failure behavior, and relationship to current selection. This is adequate but not rich.

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?

Three concise sentences, front-loaded with the main purpose, and every sentence adds value. No fluff or repetition of structured fields.

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 large parameter set and no output schema, the description covers the core outcome (creation), return value (ID), and cross-tool parameter reference. It doesn't detail placement or parent handling, but the schema covers the parameters, and the description provides sufficient context for a create 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 the baseline is 3. The description adds a useful cross-reference to create_frame for Auto Layout parameters, but it does not explain parameter semantics beyond what the 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 uses a specific verb ('Create') and resource ('new empty component'), clearly distinguishing it from siblings like create_component_instance and create_component_from_node by emphasizing 'empty' and 'new'. This makes the tool's purpose immediately clear.

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?

It clarifies usage by noting the same Auto Layout parameters as create_frame and the returned ID's utility as a parentId or for create_component_instance. However, it does not explicitly state when to prefer this tool over create_frame or create_component_from_node, nor does it provide exclusions.

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/Takeaki0817/figma-local-bridge'

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