figma_manage_slot
Fills a SLOT property on a Figma instance with a design system component, or resets it to default. Requires node ID, slot name, and component key for fill.
Instructions
Fills or resets a SLOT-type component property on an existing instance (Figma Slots, GA June 2026). action="fill" inserts a DS component instance into the slot (use configurationHints.slotProperties from figma_insert_component to find slotName). action="reset" restores the slot's default content. Params: nodeId (required), slotName (required), action ("fill"|"reset", default "fill"), componentKey (required for action="fill"). Requires Phase 2. Slot fills are recorded for build-report visibility only — never auto-replayed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "fill" inserts a component into the slot (default). "reset" restores default content. | |
| nodeId | Yes | Instance node ID that owns the slot. | |
| slotName | Yes | SLOT property name from configurationHints.slotProperties. | |
| componentKey | No | DS component key to insert into the slot. Required for action="fill". |