Skip to main content
Glama

get_fill_and_stroke

Retrieve fill and stroke colors along with stroke weight for specific Figma nodes. Use this tool to extract design details for one or multiple nodes in real-time via the Conduit MCP server.

Instructions

Gets fill and/or stroke color(s) and stroke weight for one or more nodes.

Input Schema

NameRequiredDescriptionDefault
nodeIdNoThe unique Figma node ID to query. Provide either nodeId or nodeIds, not both.
nodeIdsNoAn array of Figma node IDs to query. Provide either nodeId or nodeIds, not both.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The unique Figma node ID to query. Provide either nodeId or nodeIds, not both.", "type": "string" }, "nodeIds": { "description": "An array of Figma node IDs to query. Provide either nodeId or nodeIds, not both.", "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