search_characters
Find anime, manga, and game characters, mechanics, ships, or organizations on Bangumi TV using keywords. Supports pagination and optional NSFW filtering for tailored results.
Instructions
Search for characters on Bangumi.
Supported Character Types (integer enum in result):
1: Character, 2: Mechanic, 3: Ship, 4: Organization
Args:
keyword: The search keyword.
limit: Pagination limit. Defaults to 30.
offset: Pagination offset. Defaults to 0.
nsfw_filter: Optional NSFW filter (boolean). Set to True to include, False to exclude. Requires authorization for non-default behavior.
Returns:
Formatted search results or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | ||
limit | No | ||
nsfw_filter | No | ||
offset | No |