get_file_contents
Retrieve the contents of a file or directory from a GitLab project by providing the project ID, file path, and optional branch, tag, or commit reference.
Instructions
Get the contents of a file or directory from a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch/tag/commit to get contents from | |
| file_path | Yes | Path to the file or directory | |
| project_id | Yes | Project ID or URL-encoded path |