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