person
ActiveTool of Tmdb
declared in 0.1.0
Fetch TMDB person details by `person_id`. Returns full name, biography, birthday, deathday, place of birth, known-for department, and profile image path.
Parameters schema
{
"type": "object",
"examples": [
{
"person_id": 6384
},
{
"person_id": 500,
"append_to_response": "combined_credits"
}
],
"required": [
"person_id"
],
"properties": {
"language": {
"type": "string"
},
"person_id": {
"type": "number"
},
"append_to_response": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tmdb
https://github.com/pipeworx-io/mcp-tmdb
1/7 registries