You're viewing a demo portfolio

Join the waitlist
PRSM

get_sv_schedule

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

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

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 →
get_sv_schedule — io.github.UnityNodes/canton-ccpedia — PRSM MCP