Gate findings
list_gate_findingsReview recent inventory gate runs and findings, newest first, to see which CI gates failed. Filter by gate or minimum severity to pinpoint issues.
Instructions
List recent inventory gate runs and their findings for a project, newest first. Returns { runs: [{ id, gate, status, findings_count, … }], findings: [{ severity, rule_id, message, file_path, node_id, … }] }. Filter by gate (dead-handler | mock-leak | crawl | status-claim) or minimum severity (low|medium|high|critical). Read-only. Use to see which CI gates failed on the last crawl; use diff_inventory to compare two commits, or get_inventory for the full snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gate | No | Filter to one gate id: dead-handler | mock-leak | crawl | status-claim | |
| severity | No | Minimum severity to include: low | medium | high | critical | |
| projectId | No | Project UUID — defaults to configured project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | Yes | Recent gate_runs rows, newest first | |
| findings | Yes | gate_findings rows for those runs |