List files in a cloned repository
repo_list_filesList files inside a cloned repository using its handle, with optional sub-path scoping and glob filtering for targeted manifest review.
Instructions
List files in a previously cloned repository (by handle). Optionally scope to a sub-path and/or filter with a glob (e.g. '/*.yaml', 'kubernetes/'). Use the handle returned by repo_clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | Optional glob filter applied to file paths, e.g. '**/*.yaml'. | |
| path | No | Sub-path within the repo to list (default: repo root). | . |
| handle | Yes | The clone handle from repo_clone. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| handle | Yes | ||
| entries | Yes | ||
| truncated | Yes |