Skip to main content
Glama

Talk to Figma MCP

by yhc984

get_annotations

Retrieve annotations from a specific node or the entire Figma document, optionally including category details, for design analysis or collaboration.

Instructions

Get all annotations in the current document or specific node

Input Schema

NameRequiredDescriptionDefault
includeCategoriesNoWhether to include category information
nodeIdYesnode 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": "node ID to get annotations for specific node", "type": "string" } }, "required": [ "nodeId" ], "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