list_files
List files and directories at a specific path in a repository with last commit metadata. Shows one directory level; use recursive variant for full tree.
Instructions
List files and directories at a specific path in a repository with last commit metadata. Defaults to root directory if filepath is omitted. Shows one directory level only — use list_files_recursive for a full tree view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| branch | No | Branch name | |
| project | Yes | Project alias | |
| filepath | No | Directory path (empty for root) |