Retrieves the plain-text log for a specific CI job and saves it to a local file.
Use jobId from CI run data. Only call for jobs where the run has completed. Returns the file path; use the Read tool to examine the log content.
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. |
repoId | string | yes | The repo ID (MongoDB ObjectId hex string) |
jobId | number | yes | The GitHub Actions job ID (from the jobs array in CI run data) |