get_sv_schedule
ActiveTool of io.github.UnityNodes/canton-ccpedia
Show the Super Validator operations schedule from the Canton Foundation's sv-cal.canton.foundation feed: planned releases, deploys, upgrades, governance windows, freezes. Filter by environment. Canton-specific. Use when an operator asks "what is happening on MainNet next?" or "when is the next Splice cut?".
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max rows (default 20)."
},
"environment": {
"enum": [
"DevNet",
"TestNet",
"MainNet"
],
"type": "string",
"description": "Restrict to one environment. Omit for all."
},
"upcoming_only": {
"type": "boolean",
"description": "If true (default), only events with start_at >= today."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries