get_subject_persons
Retrieve a formatted list of staff and cast members linked to a specific subject on Bangumi TV using its subject ID. Ideal for quickly accessing key contributors in anime, manga, music, or game content.
Instructions
List persons (staff, cast) related to a subject.
Args:
subject_id: The ID of the subject.
Returns:
Formatted list of related persons or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subject_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"subject_id": {
"title": "Subject Id",
"type": "integer"
}
},
"required": [
"subject_id"
],
"title": "get_subject_personsArguments",
"type": "object"
}