title_search
ActiveTool of mcp-watchmode
declared in 0.1.0
Search Watchmode for movies and TV shows by name (or IMDb/TMDb ID via search_field); optionally filter by type (movie, tv_series, etc.). Returns Watchmode title IDs.
Parameters schema
{
"type": "object",
"examples": [
{
"search_value": "Breaking Bad"
},
{
"types": "movie",
"search_field": "title",
"search_value": "Inception"
}
],
"required": [
"search_value"
],
"properties": {
"types": {
"type": "string"
},
"search_field": {
"type": "string"
},
"search_value": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-watchmode
https://github.com/pipeworx-io/mcp-watchmode
2/7 registries