youtube_search
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Search YouTube videos by keyword. Costs ~20 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query or keywords (min 2 chars)."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 20, max 200. Billed per result."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries