get_function_context
Retrieve complete context for a Haskell function including all used types, functions, and dependencies to understand its implementation and relationships within the codebase.
Instructions
Get complete context for a function including all used types and functions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the function | |
| module_name | No | Module containing the function (optional) | |
| include_prompts | No | Include formatted prompts for types and functions | |
| include_local_definitions | No | Include local type and function definitions | |
| include_external_references | No | Include external type and function references |