releases
ActiveTool of mcp-watchmode
declared in 0.1.0
Return recent or upcoming streaming releases on Watchmode; filter by date range, streaming source IDs, content type, and region. Use to track new additions to services.
Parameters schema
{
"type": "object",
"examples": [
{
"end_date": "2024-01-31",
"start_date": "2024-01-01"
},
{
"limit": 50,
"types": "movie",
"regions": "US",
"start_date": "2024-02-01"
}
],
"properties": {
"limit": {
"type": "number"
},
"types": {
"type": "string"
},
"regions": {
"type": "string"
},
"end_date": {
"type": "string"
},
"source_ids": {
"type": "string"
},
"start_date": {
"type": "string"
},
"source_types": {
"type": "string"
},
"regions_pricing": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-watchmode
https://github.com/pipeworx-io/mcp-watchmode
2/7 registries