You're viewing a demo portfolio

Join the waitlist
PRSM

get_upcoming_deadlines

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

Canton operational deadlines coming up: scheduled upgrades, minimum-version raises, topology freezes and Logical Synchronizer Upgrades, per network. Use for "what do I have to do in the next N days" on DevNet, TestNet or MainNet. Events whose network could not be attributed are excluded rather than guessed, because a wrong deadline is worse than a missing one. A subscribable calendar of the same data is at https://ccpedia.xyz/calendar. For a verdict on your specific version use get_upgrade_status; for the full historical schedule use get_sv_schedule. Canton ecosystem only.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "days": {
      "type": "integer",
      "maximum": 180,
      "minimum": 1,
      "description": "How far ahead to look, in days. Default 30."
    },
    "environment": {
      "type": "string",
      "description": "\"MainNet\", \"TestNet\" or \"DevNet\". Omit for all networks."
    },
    "validator_only": {
      "type": "boolean",
      "description": "Only events that require a validator operator to act."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

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