list_pdfium_gerrit_cls
Retrieve PDFium code review changes from Gerrit dashboard using authentication, enabling search and filtering of CLs for development tracking.
Instructions
List PDFium Gerrit CLs from PDFium dashboard (requires authentication cookie)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Gerrit search query for PDFium (e.g., 'owner:me', 'status:open', 'change:12345 OR change:67890') | |
| 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) |