get_code_inventory
List classes, functions, methods, and exports in a codebase, with filters for extensions, keywords, depth, and file limits to quickly map project structure.
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 | |
| 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 |