navigate_workspace
Move the ComfyUI view into a subgraph, back out one level, or to the root to inspect nested workflows without changing the workflow graph.
Instructions
Move the ComfyUI canvas into a subgraph, back out one level, or to the top.
The other workspace tools take scope="active", which means whatever graph is
on screen - so this is how to point them inside a subgraph. For reading alone
it is usually unnecessary: get_workspace_graph(scope="all") descends without
moving the user's view.
This changes what the user is looking at and nothing about the workflow, so it is not on the undo stack - Ctrl+Z would otherwise mean two different things.
Args: to: "root" for the top level, "up" for one level out, or the id of a subgraph node in the graph currently on screen to go into it. client_id: which tab to move; defaults to the most recently focused one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | root | |
| client_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||