@@ -196,13 +196,13 @@ Lists files and directories from a repository path. Can be used as a directory l
196196Parameters:
197197| Name | Required | Description |
198198| :---------------------| :---------| :--------------------------------------------------------------------------------------------------------------|
199- | ` repo ` | yes | The name of the repository to list files from. |
200- | ` path ` | no | Directory path (relative to repo root). If omitted, the repo root is used. |
201- | ` ref ` | no | Commit SHA, branch or tag name to list files from. If not provided, uses the default branch. |
202- | ` depth ` | no | Number of directory levels to traverse below ` path ` (min 1, max 10, default: 1). |
203- | ` includeFiles ` | no | Whether to include file entries in the output (default: true). |
204- | ` includeDirectories ` | no | Whether to include directory entries in the output (default: true). |
205- | ` maxEntries ` | no | Maximum number of entries to return before truncating (min 1, max 10000, default: 1000). |
199+ | ` repo ` | yes | The name of the repository to list files from. |
200+ | ` path ` | no | Directory path (relative to repo root). If omitted, the repo root is used. |
201+ | ` ref ` | no | Commit SHA, branch or tag name to list files from. If not provided, uses the default branch. |
202+ | ` depth ` | no | Number of directory levels to traverse below ` path ` (min 1, max 10, default: 1). |
203+ | ` includeFiles ` | no | Whether to include file entries in the output (default: true). |
204+ | ` includeDirectories ` | no | Whether to include directory entries in the output (default: true). |
205+ | ` maxEntries ` | no | Maximum number of entries to return before truncating (min 1, max 10000, default: 1000). |
206206
207207
208208### ` list_commits `
0 commit comments