Skip to main content
Glama

Talk to Figma MCP

by yhc984

set_multiple_annotations

Apply multiple annotations to design elements in parallel within a node, enabling efficient labeling and organization of components in Figma.

Instructions

Set multiple annotations parallelly in a node

Input Schema

NameRequiredDescriptionDefault
annotationsYesArray of annotations to apply
nodeIdYesThe ID of the node containing the elements to annotate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "annotations": { "description": "Array of annotations to apply", "items": { "additionalProperties": false, "properties": { "annotationId": { "description": "The ID of the annotation to update (if updating existing annotation)", "type": "string" }, "categoryId": { "description": "The ID of the annotation category", "type": "string" }, "labelMarkdown": { "description": "The annotation text in markdown format", "type": "string" }, "nodeId": { "description": "The ID of the node to annotate", "type": "string" }, "properties": { "description": "Additional properties for the annotation", "items": { "additionalProperties": false, "properties": { "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "type": "array" } }, "required": [ "nodeId", "labelMarkdown" ], "type": "object" }, "type": "array" }, "nodeId": { "description": "The ID of the node containing the elements to annotate", "type": "string" } }, "required": [ "nodeId", "annotations" ], "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