semantic_search
ActiveTool of io.github.UnityNodes/blobpedia
Semantic (meaning-based) search over the Celestia knowledge base (CIPs, Celestia/rollup/node docs, forum, whitepapers, blog, releases, ecosystem, YouTube transcripts, celestiaorg GitHub issues/PRs). 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 conceptual how-does-X-work questions; use search for exact-term or name lookups, 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": {
"limit": {
"type": "integer",
"default": 6,
"maximum": 15,
"minimum": 1
},
"query": {
"type": "string",
"minLength": 2,
"description": "Free-form question or phrase."
},
"source_types": {
"type": "array",
"items": {
"enum": [
"cip",
"doc_page",
"forum_topic",
"proposal",
"whitepaper",
"blog_post",
"github_release",
"github_discussion",
"ecosystem_project",
"foundation_kb",
"youtube_video"
],
"type": "string"
},
"description": "Restrict to these source types. Omit for all."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/blobpedia
https://github.com/UnityNodes/blobpedia
1/7 registries