set_default_connector
Set a connector node as the default for Figma designs using its ID, enabling consistent connections across modifications via the Talk to Figma MCP server.
Instructions
Set a copied connector node as the default connector
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectorId | No | The ID of the connector node to set as default |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"connectorId": {
"description": "The ID of the connector node to set as default",
"type": "string"
}
},
"type": "object"
}