get_file_contents
Fetch file or directory contents from a GitLab repository by providing owner, repo, path, and optional branch.
Instructions
Get the contents of a file or directory from a GitLab repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file or directory | |
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| branch | No | Branch to get contents from |