get_location_context
Analyze source code context around a specific location to understand dependencies and surrounding logic for enterprise Haskell codebases.
Instructions
Get comprehensive context around a source location
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the source file | |
| line_number | Yes | Line number in the file | |
| context_radius | No | Number of lines around the location to include | |
| include_dependencies | No | Include function/type dependencies |