Browse Repository
browse_repositoryExplore a GitLab repository's files and folders to understand its codebase structure. Specify project path, directory, and Git reference.
Instructions
Browse repository files and folders - essential for exploring codebase structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| path | No | Directory path to browse (empty for root) | |
| ref | No | Git reference (branch, tag, or commit SHA) | HEAD |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |