Skip to main content
Glama

get_text_style

Extract text style attributes such as font, size, and alignment from Figma nodes using specified IDs, enabling efficient batch or individual styling retrieval for design workflows.

Input Schema

NameRequiredDescriptionDefault
nodeIdNoThe ID of a single node to extract text style from. Optional.
nodeIdsNoAn array of node IDs to extract text style from in batch. Optional.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The ID of a single node to extract text style from. Optional.", "type": "string" }, "nodeIds": { "description": "An array of node IDs to extract text style from in batch. Optional.", "items": { "type": "string" }, "type": "array" } }, "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