get_process_tree
Read a bounded parent-child process tree from a selected root PID to analyze process hierarchy.
Instructions
Read a bounded parent-child process tree from a selected root PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_pid | No | ||
| max_depth | No | ||
| max_nodes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree | Yes | ||
| root_pid | Yes | ||
| max_depth | Yes | ||
| truncated | Yes | ||
| captured_at | Yes | ||
| returned_nodes | Yes |