Skip to main content
Glama

Talk to Figma MCP

by yhc984

get_annotations

Extract annotations from Figma documents or specific nodes, including optional category details, to enhance design collaboration and clarity.

Instructions

Get all annotations in the current document or specific node

Input Schema

NameRequiredDescriptionDefault
includeCategoriesNoWhether to include category information
nodeIdNoOptional node ID to get annotations for specific node

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeCategories": { "default": true, "description": "Whether to include category information", "type": "boolean" }, "nodeId": { "description": "Optional node ID to get annotations for specific node", "type": "string" } }, "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