Open Kioku List Files
list_filesList all indexed files in a repository to discover codebase structure. Returns metadata like relative path, size, and language for broad inventory and pagination.
Instructions
List all indexed files within the repository. Returns metadata such as relative path, size in bytes, and language. Useful for codebase structure discovery. Use for broad repository inventory and pagination over indexed paths; use search_files when you already have a keyword or path fragment. This is read-only and returns indexed data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of files to return. Defaults to 20, capped at 100. | |
| offset | No | Number of matching files to skip. Defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |