search_multi
ActiveTool of Tmdb
declared in 0.1.0
Search TMDB across movies, TV shows, and people simultaneously with a single keyword query. Returns mixed results each tagged with media_type (movie/tv/person), useful when the content type is unknown.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Avatar"
},
{
"query": "Christopher Nolan",
"language": "en-US"
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number"
},
"query": {
"type": "string"
},
"language": {
"type": "string"
},
"include_adult": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tmdb
https://github.com/pipeworx-io/mcp-tmdb
1/7 registries