preview_index
Preview what a codebase index will contain before running the full indexing process. Set a root path and optionally list files to review the exact scope of indexed content.
Instructions
Preview what would be indexed without actually indexing.
Args: path: Root path of codebase show_files: If True, list individual file paths limit: Max files to show when show_files=True
Returns: Summary of what would be indexed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| limit | No | ||
| show_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |