code-fundi-list-files
List files in a Code-Fundi repository with search by file name/path and pagination. Get file IDs to access documentation.
Instructions
List files in an indexed Code-Fundi repository. Supports search by file name/path and pagination. Use the returned file IDs with code-fundi-file-docs to get documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page | |
| order | No | Sort direction | |
| offset | No | Pagination offset | |
| search | No | Case-insensitive substring filter on file name/path | |
| order_by | No | Sort field (default: file_path) | |
| repo_key | Yes | Repository UUID or clone URL |