Skip to content

shipper_get_pr_checks

Get the CI check status for a pull request: counts and details for failed/pending checks.

Use this after a PR exists and before merge or remediation decisions, especially when an agent needs the failing or pending check names.

  • readOnlyHint: true — The tool only reads state and does not intentionally modify the repository.
  • openWorldHint: true — The tool reaches GitHub or other external systems outside the MCP server.
NameTypeRequiredDefaultDescription
printegeryes-GitHub pull request number.
{
"pr": 17
}
Checks for owner/repo#17: 2 passed, 1 pending, 0 failed (total: 3)
Pending:
- check
  • GitHub command failure: Command failed: gh