youtube_list_videos
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
List videos on the connected YouTube channel. Returns id, title, published_at, view_count. Paginate via page_token.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"page_token": {
"type": "string",
"description": "Pagination cursor returned in a previous call's `next_page_token`. Omit for the first page."
},
"max_results": {
"type": "integer",
"description": "Page size, 1-50. Default 25."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries