get_pull_request_diff
Retrieve the unified diff of a Bitbucket pull request as plain text for use in code review.
Instructions
Get the unified diff of a pull request as plain text. This is the primary input for a code review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository slug, e.g. "my-service" (not the full URL). | |
| pr_id | Yes | Pull request id, e.g. 42. | |
| workspace | No | Workspace id. Optional when the BITBUCKET_WORKSPACE env var is set. |