get_file_content
Retrieve a file's content from any GitHub repository by providing owner, repo, and file path, with an optional branch, tag, or commit SHA for specific versions.
Instructions
Lê o conteúdo de um arquivo em um repositório
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch, tag ou commit SHA (opcional) | |
| path | Yes | Caminho do arquivo dentro do repositório | |
| repo | Yes | ||
| owner | Yes |