search_talks
ActiveTool of io.github.UnityNodes/canton-ccpedia
declared in 1.0.0
Search CCPEDIA's indexed Canton talks/videos (YouTube transcripts). Canton-specific. Returns matches across title + transcript with a short snippet around the hit.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 20,
"minimum": 1,
"description": "Max rows (default 5)."
},
"query": {
"type": "string",
"minLength": 2,
"description": "Free-text query — appears in title or transcript."
}
}
}Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries