get_class_context
Retrieve methods, properties, inheritance chain, and usages of any class to understand its interface and codebase integration.
Instructions
Get comprehensive context for a class: methods, properties, inheritance chain, and usages throughout the codebase.
Use this when you need to understand a class's interface and where it is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Name of the class to look up. | |
| detail | No | Level of detail: "signatures", "summary" (default), or "full". | summary |
| include_hints | No | If True, append navigation suggestions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||