list_videos
ActiveTool of io.github.UnityNodes/blobpedia
Browse Celestia-related YouTube videos cached on this server, filtered by channel/date/transcript availability. Celestia-only cache — does NOT search YouTube at large (use a dedicated YouTube tool for that). Metadata only; use get_video for the transcript of one video by id.
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. \"Celestia\", \"Celestia Foundation\", \"Modular\". 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."
}
}
}Parent server
io.github.UnityNodes/blobpedia
https://github.com/UnityNodes/blobpedia
1/7 registries