person_combined_credits
ActiveTool of Tmdb
declared in 0.1.0
Fetch all movie and TV credits for a TMDB person by `person_id`. Returns cast and crew entries with title, character/job, media type, release date, and vote average.
Parameters schema
{
"type": "object",
"examples": [
{
"person_id": 6384
}
],
"required": [
"person_id"
],
"properties": {
"language": {
"type": "string"
},
"person_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tmdb
https://github.com/pipeworx-io/mcp-tmdb
1/7 registries