github_get_file_content
Fetch the contents of a specific file from a GitHub repository at a selected branch or commit to inspect, parse, or process it.
Instructions
讀取倉庫中的特定文件內容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | 分支或提交 SHA (預設: main) | main |
| filePath | Yes | 文件路徑 (例如: src/index.js) | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |