Look up whether these failure signatures have been seen before
find_similar_past_failuresCompare current failure signatures to previously recorded failures in local history to see if a failure has occurred before and how many times.
Instructions
Read-only lookup against a local history store (~/.ci-triage-mcp/history.json) of failure signatures this tool has previously extracted or recorded for this repo. Use this to say "this has happened N times before" instead of treating every failure as novel. Doesn't modify history -- see record_triage_note to persist your own explanation for future lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | "owner/repo", e.g. "krishanchawla/playwright-typescript-framework" | |
| signatures | Yes | signature values from extract_failure_signal's FailureSignal entries |