list_github_discussions
ActiveTool of io.github.UnityNodes/blobpedia
List GitHub Discussions from Celestia repos (e.g. celestiaorg/docs) cached on this server, ranked by upvotes then recency. Celestia repos only, from the local cache — not arbitrary GitHub Discussions (use a dedicated GitHub tool for those). Use get_github_discussion for the full body plus comments of one thread; this is GitHub Discussions, not the community forum (use get_discussion).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"repo": {
"type": "string",
"description": "Filter by repo, e.g. \"celestiaorg/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.70.
Parent server
io.github.UnityNodes/blobpedia
https://github.com/UnityNodes/blobpedia
1/7 registries