Skip to main content
Glama
ysocrius

Cursor Talk to Figma MCP

by ysocrius

create_connections

Create connections between Figma nodes using the default connector style. Provide start and end node IDs to link design elements programmatically.

Instructions

Create connections between nodes using the default connector style

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionsYesArray of node connections to create
Behavior2/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 connections are created with the default connector style, but doesn't specify side effects (e.g., whether existing connections are preserved, whether nodes must be valid, or any state changes). It omits information about return values or error behavior, leaving the agent uncertain about the tool's behavior beyond the basic create action.

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 a single sentence with no filler. It front-loads the core purpose and the key constraint (default connector style). Every word contributes to understanding the tool's function, making it highly efficient.

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?

Given the tool's simplicity (one parameter, no output schema) and complete schema coverage, the description covers the essence but lacks usage guidance and behavioral transparency. It doesn't mention that multiple connections can be created at once or any prerequisites (e.g., existing nodes), but these are partly inferable from the schema. Overall, it is adequate but not comprehensive.

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 provides 100% coverage for the lone 'connections' parameter, with descriptions for each nested property (startNodeId, endNodeId, text). The description adds no parameter-specific semantics beyond saying connections are between nodes, so the baseline score of 3 applies as the schema fully documents the parameter.

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 action (create connections) and the resource (nodes), and specifies the style ('using the default connector style'), which distinguishes it from sibling tools like set_default_connector. It is a specific verb+resource statement with no ambiguity.

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 description implies usage (create connections when you want to link nodes with the default style) but provides no explicit when-to-use vs alternatives, no exclusions, and no mention of related tools like set_default_connector for customizing style. It gives a clear purpose but lacks guidance on when this is the right choice compared to other connection-related tools.

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/ysocrius/Talk-to-Figma-Cursor'

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