Mark specified draft pull requests in a Polygraph session as ready for review.
Provide PR URLs to transition from DRAFT to OPEN status. Use after cross-repo changes are verified.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID, or a supported Polygraph app session URL. Supported URL paths are /s/<session-id> and /orgs/<org-id>/sessions/<session-id>. URL inputs are normalized to the session ID; the MCP always uses the current Polygraph API configuration. |
prUrls | array | yes | URLs of the pull requests to mark as ready for review |
agentSessionId | string | no | The AI agent session ID. Can be used to resume the session later. Resuming is reconnecting to restore context only. After you resume, do not make any changes until the user explicitly asks for changes. |