Skip to main content
Glama

scan_text_nodes

Extract and analyze text content from selected Figma nodes to retrieve detailed scan results with content type and status for structured data processing.

Instructions

Scan all text nodes in the selected Figma node.

Returns:

  • content: Array of objects. Each object contains a type: "text" and a text field with the scan status and results.

Input Schema

NameRequiredDescriptionDefault
nodeIdYesThe unique Figma node ID to scan. Must be a string in the format '123:456'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The unique Figma node ID to scan. Must be a string in the format '123:456'.", "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/amalinakurniasari/conduit'

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