list_repository_tree_tool
List files and directories in a GitLab repository at a given path and ref, with optional recursion to map the full project structure.
Instructions
List repository tree (files and directories).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch, tag, or commit SHA (default: default branch) | |
| page | No | Page number (default: 1) | |
| path | No | Path inside the repository (default: root) | |
| per_page | No | Results per page, max 100 (default: 20) | |
| recursive | No | List files recursively | |
| project_id | Yes | Project ID or path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||