get_file
Return the full text of a single file in a repository, by path. Use after list_files or search_context to drill in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Optional branch, tag or commit SHA (defaults to the default branch). | |
| path | Yes | File path within the repo. | |
| repo | Yes | A GitHub repo as "owner/repo" or a github.com URL. |