get_cip_mentions
ActiveTool of io.github.UnityNodes/canton-ccpedia
Find every place that references a given Canton Improvement Proposal (CIP) — forum threads, mailing-list posts, blog articles, Dev Fund grant proposals, and sibling CIPs that require/cite it. A reverse-reference (backlink) lookup: use for 'who is discussing CIP-X and where' / impact questions. Not for the proposal's own text (get_cip) or its vote records (get_cip_votes). Canton ecosystem only — not Cardano or other 'CIP' schemes.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "CIP ID: \"0001\", \"CIP-0042\", or \"PR-0117\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries