get_file_contents
Retrieve the contents of a file or directory from a GitLab project by specifying the project ID and file path, with an optional branch or tag.
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 |