You're viewing a demo portfolio

Join the waitlist
PRSM

get_cip_votes

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

Get the formal vote tally (in-favor / against / abstain, one entry per recorded vote) for a specific Canton Improvement Proposal (CIP), sourced from the Canton cip-vote mailing list. Use for 'who voted how' / approval-trail verification on Governance-type CIPs. Not the attachment PDFs (get_cip_attachments) or status timeline (get_cip_history). Canton ecosystem only — not Cardano or other 'CIP' schemes.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "cip_id"
  ],
  "properties": {
    "cip_id": {
      "type": "string",
      "description": "CIP id, e.g. \"0117\", \"0118\", or \"CIP-0117\". Numeric form preferred."
    }
  }
}

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