You're viewing a demo portfolio

Join the waitlist
PRSM

list_videos

Active

Tool of io.github.UnityNodes/blobpedia

declared in 1.0.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.UnityNodes/blobpedia

https://github.com/UnityNodes/blobpedia

1/7 registries
View full server →