Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
zoomIntoViewTOOL
Zooms the canvas to center on the given node ID. Code file nodes are not supported.
Parameters
nodeId *string
The ID of the node to zoom into view
Min length: 1
Request example
{ "method": "tools/call", "params": { "name": "zoomIntoView", "arguments": { "nodeId": "string" } } }