Skip to main content
Glama

Figma MCP Server with Chunking

get_file_nodes

Retrieve specific nodes from a Figma file using node IDs, enabling efficient access to design elements even in large files managed by the Figma MCP Server with Chunking.

Instructions

Get specific nodes from a Figma file

Input Schema

NameRequiredDescriptionDefault
file_keyYesFigma file key
idsYesArray of node IDs to retrieve

Input Schema (JSON Schema)

{ "properties": { "file_key": { "description": "Figma file key", "type": "string" }, "ids": { "description": "Array of node IDs to retrieve", "items": { "type": "string" }, "type": "array" } }, "required": [ "file_key", "ids" ], "type": "object" }

You must be authenticated.

Other Tools from Figma MCP Server with Chunking

Related Tools

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/ArchimedesCrypto/figma-mcp-chunked'

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