list_mailing_threads
ActiveTool of io.github.UnityNodes/canton-ccpedia
List threads from the Canton Network governance mailing lists (lists.sync.global groups: cip-discuss, cip-vote, cip-announce, globalSyncForum, grants-discuss, validator-announce). Filter by group, CIP number, or date. Canton-only. This is the EMAIL/mailing-list channel — distinct from the web forum (get_discussion) and GitHub Discussions (list_github_discussions). Returns thread metadata only; use get_mailing_thread for message bodies.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"group": {
"enum": [
"cip-discuss",
"cip-vote",
"cip-announce",
"globalSyncForum",
"grants-discuss",
"validator-announce"
],
"type": "string",
"description": "Restrict to one of the six indexed groups."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1
},
"since": {
"type": "string",
"description": "Earliest last_post_at ISO date."
},
"cip_id": {
"type": "string",
"description": "CIP number filter, e.g. \"0117\". Returns only threads tagged with this CIP."
},
"offset": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries