read_repository_file
Access file contents directly from a GitLab repository by providing the project ID and file path, with optional branch or commit reference.
Instructions
Read the content of a specific file from a GitLab repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID or path (e.g., 'username/repo-name') | |
| file_path | Yes | Path to the file to read | |
| ref | No | Branch, tag, or commit SHA | main |