get_file_contents
Read files directly from Gitopia repositories without cloning. Specify repository owner, name, branch, and file path to retrieve raw content via the Git server gateway.
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 |