list_videos
ActiveTool of io.github.UnityNodes/canton-ccpedia
List Canton Network videos cached in CCPEDIA, filtered by channel (Canton Network, Digital Asset, Sync Insights, Canton Foundation, Daml), publish date (since), and transcript availability. CANTON-ONLY corpus — these are curated Canton ecosystem videos, not general YouTube. Returns metadata only (id, title, channel, date); call get_video with an id for the transcript.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1
},
"since": {
"type": "string",
"description": "Earliest published_at (ISO date, e.g. \"2026-01-01\"). Default: no lower bound."
},
"offset": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0
},
"channel": {
"type": "string",
"description": "Channel name filter, e.g. \"Canton Network\", \"Digital Asset\", \"Sync Insights\", \"Canton Foundation\", \"Daml\". Case-insensitive substring."
},
"has_transcript": {
"type": "boolean",
"description": "If true, only return videos with a stored transcript. If false, only those still missing one. Omit for both."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries