Skip to main content
Glama
neozhehan

Figma Edit MCP

Create Connections

create_connection

Draw connector lines between nodes in Figma, or set a default connector template for future connections.

Instructions

Create connector lines between nodes, or set/check the default connector template. Pass connectorId to set a default, connections to draw lines, or nothing to check the current default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectorIdNoOptional: The ID of the connector node to set as default template
connectionsNoOptional: Array of node connections to create

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoWhether the connection command succeeded
messageNoStatus message
defaultConnectorIdNoThe ID of the default connector style
resultsNoExecution details
Behavior2/5

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

Annotations only include openWorldHint. The description does not disclose potential destructive effects (e.g., overwriting existing connections) or permission requirements. It adds minimal behavioral context beyond the obvious.

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 sentences, front-loaded with the main purpose, and no extraneous words. Efficient and easy to parse.

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?

Covers the three main use cases and makes use of the output schema. However, it omits behavior when both parameters are supplied and does not mention required fields for connections, but these are partially covered by the schema.

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%, but the description adds value by explaining the purpose of each parameter (e.g., 'connectorId' sets a default, 'connections' draws lines) and the default behavior when neither is passed. This goes beyond the schema descriptions.

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's purpose: creating connector lines, setting/checking default templates. It distinguishes three modes via parameters, and no sibling tool duplicates this functionality.

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 explicitly tells when to pass each parameter and what happens with no parameters. While it doesn't provide exclusions or alternatives, the context is clear and sufficient for an agent to decide usage.

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/neozhehan/figma-edit-mcp'

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