You're viewing a demo portfolio

Join the waitlist
PRSM

list_videos

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →