list_repo_tree_tool
Retrieve the file and directory structure of a GitHub repository. Supports specifying owner, branch, and recursive traversal.
Instructions
List the git tree (files and directories) of a GitHub repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | No | Repository owner (defaults to GITHUB_DEFAULT_ORG if unset) | |
| tree_sha | No | Tree SHA, branch name, or "HEAD" (default: HEAD) | HEAD |
| recursive | No | Recurse into subtrees (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||