Skip to main content
Glama
haju-xp

figma-free-mcp

by haju-xp

create_connector

Create a connector arrow or line in FigJam. Link two nodes by ID or connect canvas positions to draw flow arrows between stickies and shapes.

Instructions

Create a connector (arrow or line) in FigJam. Connectors can link two existing nodes by ID, or connect arbitrary canvas positions. Use this to draw flow arrows between stickies, shapes, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startNodeIdNoID of the node where the connector starts (omit to use startX/startY)
startXNoX position of the connector start point (used when startNodeId is not provided)
startYNoY position of the connector start point (used when startNodeId is not provided)
endNodeIdNoID of the node where the connector ends (omit to use endX/endY)
endXNoX position of the connector end point (used when endNodeId is not provided)
endYNoY position of the connector end point (used when endNodeId is not provided)
connectorLineTypeNoLine routing style (default: ELBOWED)
startStrokeCapNoArrowhead at the start (default: NONE)
endStrokeCapNoArrowhead at the end (default: ARROW)
strokeColorNoStroke color in RGBA format
strokeWeightNoStroke weight / line thickness
nameNoOptional name for the connector node
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses that connectors can link nodes or canvas positions, but does not mention behavioral aspects like permissions, side effects (e.g., does it modify existing nodes?), or what happens on creation. For a creation tool, the description is adequate but not exhaustive.

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 three short sentences with no wasted words. It front-loads the purpose ('Create a connector') and immediately follows with key capabilities. Every sentence earns its place.

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 tool has 12 parameters, no annotations, and no output schema, the description is fairly complete. It explains the tool's purpose and two modes of operation. It could add more about return value (e.g., connector ID) or default styling, but the schema covers parameter details. Overall, it provides sufficient context for an agent to use the tool correctly.

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%, so the baseline is 3. The description adds value by explaining the conceptual grouping of parameters: linking by ID vs. coordinates (startNodeId/endNodeId vs. startX/startY/endX/endY). This helps an agent understand how to use parameters together, beyond individual 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 it creates a connector (arrow or line) in FigJam, distinguishes two modes (link by node ID or arbitrary coordinates), and gives example use ('draw flow arrows between stickies, shapes'). This differentiates it from sibling create tools like create_rectangle or create_sticky.

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 provides usage context ('Use this to draw flow arrows between stickies, shapes, etc.') but does not explicitly mention when not to use this tool or suggest alternatives (e.g., auto_connect for automatic linking). Guidelines are implied, not explicit.

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/haju-xp/figma-free-mcp'

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