get_node_info
Retrieve detailed information about a specific Figma node, enabling users to access design data programmatically for analysis or automation tasks within the Cursor Talk to Figma MCP server.
Instructions
Get detailed information about a specific node in Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}