github_get_tree
Retrieve the directory tree or file listing for any repository path on GitHub, optionally filtered by branch, tag, or commit SHA, to quickly inspect the folder structure of your project.
Instructions
Get directory listing/tree for a repository path.
Args: owner: Repository owner repo: Repository name path: Directory path (empty = root) ref: Branch, tag, or SHA (empty = default branch) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| path | No | ||
| repo | Yes | ||
| owner | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |