Investigate Change
investigate_changeCombine build lists, brief diagnosis, and autohold status for a Zuul change in one call. Replaces separate queries to answer 'what's happening with this change?'
Instructions
One-call investigation — builds + diagnosis + autohold status for a change.
Combines list_builds, diagnose_build(brief), and autohold lookup into a single response. Designed for the common "what's happening with this change?" workflow — replaces 3-4 separate tool calls.
Args: change: Change number (e.g. "2601") job: Job name filter (substring). When set, only builds matching this job are included and autoholds are filtered. tenant: Tenant (default from env)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | ||
| change | Yes | ||
| tenant | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |