search
ActiveTool of io.github.UnityNodes/blobpedia
Keyword/full-text search over the Celestia knowledge base (CIPs, Celestia/rollup/node docs, forum, whitepapers, blog, YouTube transcripts, celestiaorg GitHub issues/PRs, releases and Discussions). Celestia-specific — do NOT use for other blockchains (use the Ethereum or other-chain docs tool), the general web (use the web-search tool), other knowledge bases (use the dedicated RAG tool), or local files. Use this for exact-term or name lookups; use semantic_search for conceptual how-does-X-work questions, and get_doc to read a full page once you have its id.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"type": {
"enum": [
"all",
"cip",
"doc",
"discussion",
"whitepaper",
"blog",
"youtube",
"github"
],
"type": "string",
"default": "all"
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1
},
"query": {
"type": "string",
"description": "Search query"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/blobpedia
https://github.com/UnityNodes/blobpedia
1/7 registries