bitbucket_pull_request_diff
Retrieve the full unified diff for a Bitbucket pull request, optionally scoped to one file, to review code changes and understand modifications.
Instructions
Get the full unified diff for a pull request, optionally scoped to one file. Prefer diffstat first; use this only when file contents are actually needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| path | No | Scope the diff to one file path | |
| repoSlug | Yes | Repository slug, e.g. 'my-repo' | |
| workspace | No | Omit to use the configured default workspace |