get_code_inventory
List all classes, functions, methods, and exports in a codebase. Filter by extensions, paths, and keywords to get a targeted inventory.
Instructions
Lists classes, functions, methods, and exports. Use extensions to filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grep | No | Filter by keyword | |
| path | Yes | Target path | |
| limit | No | Max results | |
| group_by | No | Grouping method | |
| max_depth | No | Max depth | |
| max_files | No | Max files to scan | |
| extensions | No | Filter by extensions | |
| include_hidden | No | Include hidden | |
| ignore_patterns | No | Exclude patterns | |
| include_private | No | Include private symbols |