get_guide
Retrieve all guides from the current Figma page via Conduit's real-time WebSocket connection. Returns an array of guides with axis and offset details for precise design operations.
Instructions
Get all guides on the current Figma page.
Returns: Array of guides, each with { axis, offset }
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"
}