list_cips
ActiveTool of io.github.UnityNodes/blobpedia
Browse or filter Celestia Improvement Proposals (CIPs) by status (Draft, Review, Final) or type. Celestia governance proposals only — do NOT use this to list GitHub issues, pull requests, or proposals from other chains (use the GitHub MCP or that chains tool for those). Use get_cip to read one in full, get_cip_history for its status timeline, and get_cip_mentions for where it is discussed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"type": {
"type": "string",
"description": "Type filter, e.g. \"Standards Track\""
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1
},
"status": {
"enum": [
"Draft",
"Review",
"Final",
"Withdrawn",
"Rejected",
"Superseded",
"all"
],
"type": "string",
"default": "all"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/blobpedia
https://github.com/UnityNodes/blobpedia
1/7 registries