node_errors_deep
Find and return every node with cook errors, warnings, parameter-expression errors, or script errors within a subtree. Specify root path, depth, and node cap for targeted troubleshooting.
Instructions
Walk a whole subtree; report every node with cook errors, warnings, parameter-expression errors or script errors. Only nodes with a problem are returned.
path (str | None): Root of the walk (default '/project1').
max_depth (int | None): Recursion limit (default 32).
max_nodes (int | None): Visit cap (default 5000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| max_depth | No | ||
| max_nodes | No |