Get pull request review context
get_pull_request_review_contextFetch a complete pull request review bundle: metadata, diff summary, unified diff, commits, threads, reviewers, and linked work items in one call.
Instructions
Return PR metadata, diff summary, unified diff, commits, threads, reviewers, and linked work items in one review bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| maxFiles | No | ||
| diffMaxLines | No | ||
| repositoryId | Yes | Repository name or ID. | |
| pullRequestId | Yes | Pull request numeric ID. | |
| includeCommits | No | ||
| includeThreads | No | ||
| includeReviewers | No | ||
| includeWorkItems | No |