Skip to main content
Glama

get_node_style

Retrieve style properties, including fills, strokes, effects, and text styles, for specified nodes in Figma using Conduit's MCP server. Returns detailed style data for each node.

Instructions

Get all style properties (fills, strokes, effects, text styles, style IDs, etc.) for one or more nodes.

Returns:

  • Array of { nodeId, styles } objects, one per node.

Input Schema

NameRequiredDescriptionDefault
nodeIdNo
nodeIdsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "type": "string" }, "nodeIds": { "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