title_detail
ActiveTool of mcp-watchmode
declared in 0.1.0
Fetch full metadata for a Watchmode title by title_id: title, year, genres, plot, runtime, user rating, cast, and optionally streaming sources via append_to_response.
Parameters schema
{
"type": "object",
"examples": [
{
"title_id": "12345"
},
{
"title_id": "12345",
"append_to_response": "sources,seasons"
}
],
"required": [
"title_id"
],
"properties": {
"title_id": {
"type": "string"
},
"append_to_response": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-watchmode
https://github.com/pipeworx-io/mcp-watchmode
2/7 registries