get_recurring_issue_fingerprint
ActiveTool of io.github.UnityNodes/canton-ccpedia
Identify error patterns that recur across multiple Canton SDK or Splice release windows — structural bugs the ecosystem keeps hitting versus one-off regressions. Returns the top keywords/error codes mentioned in forum_posts that span at least 3 distinct months over the last 18 months. Canton/Daml/Splice ecosystem only. Useful for triage prioritisation and for choosing what to add to a runbook.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"min_months": {
"type": "integer",
"maximum": 12,
"minimum": 2,
"description": "A keyword must appear in this many distinct months to count as recurring (default 3)."
},
"window_months": {
"type": "integer",
"maximum": 36,
"minimum": 3,
"description": "Look-back window in months (default 18)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries