set_stroke_color
Modify the stroke color of a Figma node programmatically using the Talk to Figma MCP server, enabling precise design updates through automation.
Instructions
Set the stroke color of a node in Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}