github_read_file
Read file contents from a GitHub repository by providing owner, repository, and file path. Returns the file content as text for analysis and use.
Instructions
Read the contents of a file from a GitHub repository. Returns the file content as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path in the repository | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (username or org) | |
| branch | No | Branch name (default: main) | main |