list_titles
ActiveTool of mcp-watchmode
declared in 0.1.0
Browse and filter the Watchmode title catalog by streaming source, genre, network, type (movie/TV), release date range, and sort order; paginates with page + limit.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 20,
"types": "tv",
"regions": "US"
},
{
"page": 1,
"limit": 25,
"genres": "action,drama",
"sort_by": "release_date",
"source_types": "subscription"
}
],
"properties": {
"page": {
"type": "number"
},
"limit": {
"type": "number"
},
"types": {
"type": "string"
},
"genres": {
"type": "string"
},
"regions": {
"type": "string"
},
"sort_by": {
"type": "string"
},
"networks": {
"type": "string"
},
"source_ids": {
"type": "string"
},
"source_types": {
"type": "string"
},
"release_date_end": {
"type": "string"
},
"release_date_start": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-watchmode
https://github.com/pipeworx-io/mcp-watchmode
2/7 registries