List nodes
list_nodesList nodes on a page or container, returning id, type, name, text, position, and size, to understand an existing board before editing.
Instructions
List nodes on the current page, or inside a specific container. Returns id, type, name, text, position and size for each. Use this to understand an existing board before editing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | How many levels of children to include. 0 = direct children only. | |
| limit | No | Maximum number of nodes to return. | |
| types | No | Filter by node type, e.g. ["STICKY", "SHAPE_WITH_TEXT"]. | |
| parentId | No | Container to list. Defaults to the current page. |