You're viewing a demo portfolio

Join the waitlist
PRSM

framefetch_search

Active

Tool of io.github.MarvinRey7879/framefetch

declared in 1.9.0

Search YouTube by keyword (yt-dlp, no login). Returns up to `limit` hits: url/title/uploader/durationSec/uploadDate(often null)/thumbnail/views. YouTube only — use framefetch_extract on a hit's url for transcript/frames/etc. Billed ~$0.002/call (metadata-tier), regardless of `limit`.

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "cache": {
      "type": "boolean",
      "description": "false = fresh, billed search."
    },
    "limit": {
      "type": "integer",
      "maximum": 25,
      "minimum": 1,
      "description": "Default 10."
    },
    "query": {
      "type": "string",
      "description": "2-200 chars."
    },
    "platform": {
      "enum": [
        "youtube"
      ],
      "type": "string"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.MarvinRey7879/framefetch

https://github.com/MarvinRey7879/framefetch

1/7 registries
View full server →