> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "zoomIntoView"
sidebarTitle: "zoomIntoView"
description: "Zooms the canvas to center on the given node ID. Code file nodes are not supported."
tag: "TOOL"
tagColor: "purple"
gridGap: 30
---

<Aside full>
  <RequestExample>
    ```json lines=false
    {
      "method": "tools/call",
      "params": {
        "name": "zoomIntoView",
        "arguments": {
          "nodeId": "string"
        }
      }
    }
    ```
  </RequestExample>
</Aside>

<MCPTool {...{"name":"zoomIntoView","description":"Zooms the canvas to center on the given node ID. Code file nodes are not supported.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"nodeId":{"type":"string","minLength":1,"description":"The ID of the node to zoom into view"}},"required":["nodeId"],"additionalProperties":false}}} />
