get_readme
Retrieve the README file from a Bitbucket repository by specifying the repo slug. Automatically finds and reads README.md, README.txt, or readme.rst, with optional branch and workspace settings.
Instructions
Fetch and read the README file of a repository. Automatically finds README.md, README.txt, or readme.rst.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | The branch name. Defaults to the main branch. | |
| repo_slug | Yes | The repository slug. | |
| workspace | No | The workspace slug. Optional if BITBUCKET_WORKSPACE env var is set. |