get_file_contents
Reads a file from a remote Gitopia repository by specifying owner, repository name, branch, and file path. Fetches raw content via the git server gateway without requiring a local clone.
Instructions
Use this when you need to read a file from a remote Gitopia repository without cloning it first. Fetches via the git server gateway. Requires 'owner', 'name', 'branch', and 'path'. Returns the raw file content as text. See also: git_clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| name | Yes | ||
| branch | Yes | ||
| path | Yes |