channel_videos
ActiveTool of Vimeo
declared in 0.1.0
List videos in a Vimeo channel by channel ID or slug; supports pagination and sorting; returns video metadata array.
Parameters schema
{
"type": "object",
"examples": [
{
"channel_id_or_slug": "staffpicks"
}
],
"required": [
"channel_id_or_slug"
],
"properties": {
"page": {
"type": "number"
},
"sort": {
"type": "string"
},
"per_page": {
"type": "number"
},
"direction": {
"type": "string"
},
"channel_id_or_slug": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vimeo
https://github.com/pipeworx-io/mcp-vimeo
1/7 registries