github_get_file_contents
Retrieve file or directory contents from a GitHub repository using repo, path, and optional branch.
Instructions
Get contents of a file or directory from a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path within the repo | |
| repo | Yes | Owner/repo format | |
| branch | No | Branch name | main |