semantic_search
ActiveTool of io.github.UnityNodes/canton-ccpedia
Conceptual/meaning-based search over the Canton Network corpus (CIPs, docs, forum, mailing lists, proposals, blog, releases, ecosystem, foundation KB, YouTube transcripts) using vector+FTS hybrid retrieval with reranking. Canton-specific — not for other chains or the web. Prefer this over the 'search' tool for open-ended 'how/why/what is' questions or when keyword search returns nothing; then call get_doc with a returned id to read the full source page.
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",
"mailing_message",
"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/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries