Skip to main content
Glama

set_selection

Selects specific Figma nodes by their IDs in real-time using the Conduit MCP server, enabling precise design manipulation for AI-driven workflows.

Input Schema

NameRequiredDescriptionDefault
inputSchemaYesInput schema for the set_selection command. Provide either 'nodeId' or 'nodeIds'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputSchema": { "additionalProperties": false, "description": "Input schema for the set_selection command. Provide either 'nodeId' or 'nodeIds'.", "properties": { "nodeId": { "description": "A single Figma node ID to select.", "type": "string" }, "nodeIds": { "description": "An array of Figma node IDs to select.", "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "inputSchema" ], "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