Skip to main content
Glama

Talk to Figma MCP

by yhc984

get_reactions

Retrieve Figma prototype reactions from specified nodes to analyze user interactions. Use the output with 'reaction_to_connector_strategy' to generate parameters for creating connector lines using 'create_connections'.

Instructions

Get Figma Prototyping Reactions from multiple nodes. CRITICAL: The output MUST be processed using the 'reaction_to_connector_strategy' prompt IMMEDIATELY to generate parameters for connector lines via the 'create_connections' tool.

Input Schema

NameRequiredDescriptionDefault
nodeIdsYesArray of node IDs to get reactions from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeIds": { "description": "Array of node IDs to get reactions from", "items": { "type": "string" }, "type": "array" } }, "required": [ "nodeIds" ], "type": "object" }

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/yhc984/cursor-talk-to-figma-mcp-main'

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