gitlab_read_file
Read file contents from GitLab repositories to analyze code during review processes. Access specific files by path, branch, or commit reference for thorough code examination.
Instructions
Read the content of a file at a specific ref
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | Yes | Project ID or URL-encoded path | |
| filePath | Yes | Path to the file | |
| ref | No | Commit SHA, branch, or tag name | main |