github_get_file_content
Retrieve the raw content of any file in a GitHub repository by providing the owner, repository name, and file path. Optionally specify a branch to read from a particular version.
Instructions
Get the content of a specific file from a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| branch | No | main | |
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |