get_character_details
Retrieve detailed information about a specific character using their unique ID for anime, manga, music, or game-related queries on Bangumi TV.
Instructions
Get details of a specific character.
Args:
character_id: The ID of the character.
Returns:
Formatted character details or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
character_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"character_id": {
"title": "Character Id",
"type": "integer"
}
},
"required": [
"character_id"
],
"title": "get_character_detailsArguments",
"type": "object"
}