get_basic_info
Obtain essential design context—file name, page, node count, artboards, fonts, and design tokens—to orient agents before editing the canvas.
Instructions
Get essential context about the current design: file name, page name, node count, artboards with their dimensions, font families used, a compact list of design tokens. Call get_basic_info first to understand the canvas situation.
worldX/worldY properties are the world position of the node
x/y properties are the relative position of the node within its parent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Optional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session. |