Skip to main content
Glama
sso-ss

figma-unified-mcp

by sso-ss

figma_import_component_by_key

Import a published Figma component by its library key and create an instance in the current design. For team library components only; use clone for external libraries.

Instructions

Import a published component by its library key and create an instance. Get keys from figma_get_components with source='file'. IMPORTANT: This only works for components published within the same Figma team library. For external/linked design system libraries, use figma_clone_node to clone an existing instance from the canvas instead. Run figma_get_components with source='library' first to check what's available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
nameNo
parentIdNo
componentKeyYesThe component key (also accepted as 'key' in batch mode)
Behavior4/5

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

With no annotations, the description carries the burden and discloses a critical limitation (same team library only), the source of keys, and the alternative workflow. It doesn't mention permissions, reversibility, or return value, but the import/instance creation behavior is clearly stated.

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?

Four sentences, front-loaded with the core action, then source, then limitation/alternative, then check step. No redundancy and each sentence contributes essential guidance.

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?

The description covers purpose, key sourcing, and edge cases. However, with no output schema and no annotations, it omits where the instance is created (parentId behavior), parameter defaults, and return value, leaving an agent to infer invocation details.

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 coverage is only 20%, and the description adds meaning for componentKey (source via figma_get_components) but doesn't explain x, y, name, or parentId. The parameter names are suggestive but not sufficient for a tool that creates an instance.

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?

The description opens with a specific verb and resource: 'Import a published component by its library key and create an instance.' It distinguishes from figma_clone_node for external libraries, but does not explicitly differentiate from the similarly named figma_create_instance sibling.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: works only for same-team-library components, and explicitly instructs to use figma_clone_node for external/linked libraries. Also tells the user to run figma_get_components with source='library' first and source='file' for keys.

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/sso-ss/figma-unified-mcp'

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