Skip to main content
Glama
Takeaki0817

TalkToFigma

by Takeaki0817

create_component_from_node

Convert any eligible Figma node into a reusable component. Provide the node ID to receive the new component's ID in return.

Instructions

Convert an existing node into a component (figma.createComponentFromNode). The node cannot already be a component, component set, or instance, nor be nested inside one. Returns the new component's ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesThe ID of the node to convert into a component
Behavior2/5

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

No annotations are provided, so the description carries a full burden for behavioral disclosure. It mentions a prerequisite (node cannot already be a component, set, instance, or nested inside one) and states the return (new component ID), but it does not disclose whether the operation mutates the node, is reversible, requires special permissions, or what error conditions may arise. 'Convert' implies mutation but leaves the effect on the original node ambiguous.

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 is two short sentences, front-loaded with the primary action. It efficiently covers purpose, constraints, and return value without any wasted words.

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

Completeness3/5

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

For a one-parameter conversion tool, the description covers purpose, eligibility constraints, and return value, which is minimally viable. However, since it is a mutation with no annotations or output schema, it should also address permissions, reversibility, and potential error conditions to be fully complete. This is a clear gap.

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?

The schema documents nodeId with full clarity ('The ID of the node to convert into a component'), and the description adds no additional parameter meaning. With 100% schema coverage, a baseline of 3 is appropriate; the description does not need to elaborate further.

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 a specific action ('Convert an existing node into a component') and resource, with a scoping constraint on node eligibility. It distinguishes itself from sibling tools like 'create_component' by emphasizing conversion of an existing node rather than creation from scratch.

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 usage context is implied: use this when you have an existing node to convert into a component. However, it does not explicitly compare with alternatives like 'create_component' or 'create_component_instance', nor provide guidelines on when to prefer this tool. The constraints about node types are preconditions, not usage selection guidance.

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