get_file_content
Retrieve file content from a repository at a specific branch or commit.
Instructions
Get the content of a file from a repository at a specific branch or commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name | |
| repository | Yes | Repository name or ID | |
| path | Yes | File path (e.g., "/src/index.ts") | |
| branch | No | Branch name (e.g., "main") | |
| commitId | No | Specific commit SHA (overrides branch) |