You're viewing a demo portfolio

Join the waitlist
PRSM

list_github_discussions

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

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\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →
list_github_discussions — io.github.UnityNodes/canton-ccpedia — PRSM MCP