get_file_tree
Retrieve the file structure of a GitHub repository to navigate code organization, with optional path filtering for focused exploration.
Instructions
Get the file tree of an indexed repository, optionally filtered by path prefix.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (owner/repo or just repo name) | |
| path_prefix | No | Optional path prefix to filter (e.g., 'src/utils') |