list_gerrit_cls
Retrieve Gerrit code review changes from Chromium dashboard using search queries and authentication. Filter by owner, status, or specific CL numbers to monitor review progress.
Instructions
List Gerrit CLs from Chromium dashboard (requires authentication cookie)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Gerrit search query (e.g., 'owner:me', 'status:open', 'change:1234 OR change:5678') | |
| auth_cookie | Yes | Authentication cookie - just need ONE of: __Secure-1PSID=... OR __Secure-3PSID=... | |
| limit | No | Maximum number of CLs to return (default: 25, max: 100) |