list_classes
Retrieve Haskell class definitions with optional filtering by module name or pattern matching to analyze enterprise codebases.
Instructions
Get class definitions with filtering by module or pattern
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | No | Module to search in (optional) | |
| pattern | No | Class name pattern to match (optional) | |
| limit | No | Maximum number of results |