get_class_context
Retrieve comprehensive context for any class, including its methods, properties, inheritance chain, and codebase usages, to understand its interface and where it is used.
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 |
|---|---|---|---|
| detail | No | Level of detail: "signatures", "summary" (default), or "full". | summary |
| class_name | Yes | Name of the class to look up. | |
| include_hints | No | If True, append navigation suggestions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||