set_mask
Apply masks to Figma nodes individually or in batches using specified target and mask node IDs. Enables efficient UI/UX design modifications through structured operations, supported by the Conduit MCP server.
Instructions
Applies a mask in Figma. Supports single or batch:
Single: { targetNodeId, maskNodeId, channelId? }
Batch: { operations: [ { targetNodeId, maskNodeId, channelId? }, ... ] } Returns an array of result objects.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | No | Channel ID for communication | |
| maskNodeId | Yes | ID of the node to use as mask | |
| operations | Yes | ||
| parentId | No | Optional parent node ID for the resulting mask group | |
| targetNodeId | Yes | ID of the node to be masked |