get_repository_tree
List files and directories in a Git repository to explore its structure. Specify a path, branch, or use recursive mode to view the complete file tree.
Instructions
List files and directories in a repository. Use recursive=true to get full tree.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| path | No | Path inside repository (default: root) | |
| ref | No | Branch name, tag, or commit SHA | |
| recursive | No | Get tree recursively (default: false) | |
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 20, max: 100) |