get_repository_tree
Retrieve the complete recursive file listing of any GitHub repository, including all files and folders, with optional branch selection.
Instructions
Get the full file tree of a repository (recursive listing of all files)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| branch | No | Branch name. Default: default branch |