list_github_discussions
ActiveTool of io.github.UnityNodes/canton-ccpedia
List GitHub Discussions from Canton Network repositories (currently canton-foundation/docs) cached by CCPEDIA, sorted by upvotes then recency; filter by repo or category. CANTON-ONLY and read from CCPEDIA's cache, NOT the live GitHub API or the user's own repos (use a GitHub MCP for those). This is GitHub Discussions — distinct from the Canton web forum (get_discussion) and the sync.global mailing lists (list_mailing_threads). Use get_github_discussion for full body + comments.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"repo": {
"type": "string",
"description": "Filter by repo, e.g. \"canton-foundation/docs\""
},
"limit": {
"type": "integer",
"default": 15,
"maximum": 50,
"minimum": 1
},
"category": {
"type": "string",
"description": "Filter by Discussions category, e.g. \"Q&A\", \"Ideas\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries