list_files
List all indexed files in a repository with metadata like path, size, and language to discover codebase structure.
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. |