get_selection
Retrieve detailed information about the current selection in Figma, returning a structured JSON array of objects with type and text fields for precise data access.
Instructions
Get information about the current selection in Figma.
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the selection info as JSON.
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"
}