framefetch_search
ActiveTool of io.github.MarvinRey7879/framefetch
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.MarvinRey7879/framefetch
https://github.com/MarvinRey7879/framefetch
1/7 registries