get_project_class_hierarchy
Show the inheritance tree for any class in the project, with options to view ancestors, descendants, or both up to a specified depth.
Instructions
Show the inheritance tree for a class in the project.
direction: 'ancestors' (parents), 'descendants' (children), 'both'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | ||
| direction | No | both | |
| depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |