You're viewing a demo portfolio

Join the waitlist
PRSM

semantic_search

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →