get_subject_relations
Retrieve a formatted list of related subjects, such as sequels, prequels, or adaptations, by specifying the subject ID using the Bangumi TV MCP Service.
Instructions
List related subjects (sequels, prequels, adaptations) for a subject.
Args:
subject_id: The ID of the subject.
Returns:
Formatted list of related subjects 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_relationsArguments",
"type": "object"
}