get_file
Access file content from a GitHub repository by providing repository name and file path, with optional branch and owner.
Instructions
Read a file's content from a GitHub repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| path | Yes | ||
| branch | No | main | |
| owner | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |