get_file_contents
Retrieve file or directory contents from a Git repository by specifying the repository, path, and optional branch/tag/commit reference.
Instructions
Get the contents of a file or directory from a repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| path | Yes | File or directory path in the repository | |
| ref | No | Branch name, tag, or commit SHA (default: default branch) |