Skip to main content
Glama

Talk to Figma MCP

by yhc984

set_annotation

Add or edit annotations on Figma design nodes using markdown text and category IDs to enhance design collaboration and clarity.

Instructions

Create or update an annotation

Input Schema

NameRequiredDescriptionDefault
annotationIdNoThe ID of the annotation to update (if updating existing annotation)
categoryIdNoThe ID of the annotation category
labelMarkdownYesThe annotation text in markdown format
nodeIdYesThe ID of the node to annotate
propertiesNoAdditional properties for the annotation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "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" }

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