get_file_context
Inspects a file to reveal its functions, classes, imports, and relationships with other files for codebase understanding.
Instructions
Get comprehensive context for a file: functions, classes, imports, and relationships to other files.
Use this when you need to understand what a file contains and how it connects to the rest of the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to inspect. | |
| 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 | |||