You're viewing a demo portfolio

Join the waitlist
PRSM

detect_cip_dependency_chain

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

Walk the CIP `requires:` graph from a starting CIP or PR draft. Returns the full chain of prerequisites that must reach `Final` before the starting proposal becomes implementable, with each prerequisite's current status. Accepts both approved CIPs ("CIP-0112", "0112") and dev-fund PR drafts ("PR-203"). Canton governance only. Use when planning around a CIP that hasn't shipped yet.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "cip_id"
  ],
  "properties": {
    "cip_id": {
      "type": "string",
      "description": "Starting CIP or PR id, e.g. \"0112\", \"CIP-0112\", or \"PR-203\"."
    }
  }
}

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 →