Skip to main content
Glama

apply_effect_style

Apply a predefined effect style to a specific Figma node using its unique ID and style identifier. Updates the node in real-time via Conduit’s WebSocket integration, ensuring efficient design adjustments.

Instructions

Applies an effect style to a node in Figma.

Returns:

  • content: Array of objects. Each object contains a type: "text" and a text field with the updated node's ID.

Input Schema

NameRequiredDescriptionDefault
effectStyleIdYesThe ID of the effect style to apply. Must be a non-empty string. Maximum length 100 characters.
nodeIdYesThe unique Figma node ID to update. Must be a string in the format '123:456' or a complex instance ID like 'I422:10713;1082:2236'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "effectStyleId": { "description": "The ID of the effect style to apply. Must be a non-empty string. Maximum length 100 characters.", "maxLength": 100, "minLength": 1, "type": "string" }, "nodeId": { "description": "The unique Figma node ID to update. Must be a string in the format '123:456' or a complex instance ID like 'I422:10713;1082:2236'.", "type": "string" } }, "required": [ "nodeId", "effectStyleId" ], "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