get_file_contents
Retrieve file or directory contents from a GitHub repository by specifying owner, repo, path, and optional ref.
Instructions
Get file or directory contents from a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| path | Yes | File path in the repository | |
| ref | No | Git ref (branch, tag, or SHA) |