get_file_tree
View the ASCII directory tree of a repository, optionally scoping to a subdirectory, to quickly understand its file layout.
Instructions
Get an ASCII directory tree for a repository, optionally scoped to a subdirectory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory scope (e.g. 'src/') | |
| repo | Yes | Repository identifier (owner/repo) |