list_files
Discover the structure of your codebase by listing all indexed files with metadata such as relative path, size, and language.
Instructions
List all indexed files within the repository. Returns metadata such as relative path, size in bytes, and language. Useful for codebase structure discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of files to return. Defaults to 20, capped at 100. |