get_selection
Get the current selection on the active Figma page, returning page ID/name and selected nodes with their full properties. Use it to identify what the user is looking at before deeper node context.
Instructions
Return the current selection on the active Figma page: { pageId, pageName, nodes }, where each node is a full flat serialization — geometry, fills/strokes/effects, text properties, style/variable ids, mainComponent — without children. The zero-argument "what is the user looking at" call: use it to identify the selected node ids (and page), then walk deeper with get_design_context or get_node. An empty nodes array means nothing is selected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||