analyze_directory
Map repository structure and understand file/module purposes to analyze project organization and directory contents.
Instructions
Map repository structure and understand what each file/module does. Preferred when questions ask about project organization or 'what's in this directory'. Example: {path: './src', depth: 3, maxFiles: 100}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative or absolute path to directory | |
| depth | No | Maximum traversal depth (default: unlimited) | |
| maxFiles | No | Maximum files to enumerate (default: 500) |