get_file_content
Retrieve file contents from a Bitbucket repository, with pagination to handle large files by specifying line limits and starting points.
Instructions
Read file contents from a repository with pagination support for large files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max lines per request (default: 100, max: 1000). | |
| start | No | Starting line number (default: 0). | |
| branch | No | Branch or commit hash (default: default branch). | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| filePath | Yes | Path to the file in the repository. | |
| repository | Yes | Repository slug. |