get_person_details
Retrieve detailed information about a specific person or company by providing their unique ID using this tool on the Bangumi TV MCP Service.
Instructions
Get details of a specific person or company.
Args:
person_id: The ID of the person/company.
Returns:
Formatted person details or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
person_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"person_id": {
"title": "Person Id",
"type": "integer"
}
},
"required": [
"person_id"
],
"title": "get_person_detailsArguments",
"type": "object"
}