get_nested_types
Analyze Haskell code to extract all nested type definitions for specified root types, enabling comprehensive type dependency mapping and architectural understanding.
Instructions
Get all nested type definitions for specified types
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_names | Yes | List of root type names to analyze | |
| gateway_name | Yes | Gateway name to filter by | |
| exclude_pattern | No | Pattern to exclude from results (optional) | |
| include_raw_definitions | No | Include raw type definitions |