search_subjects
Search for subjects like books, anime, music, games, or real-world content on Bangumi. Filter by type, sort by match, heat, rank, or score, and paginate results for precise discovery.
Instructions
Search for subjects on Bangumi.
Supported Subject Types (integer enum):
1: Book, 2: Anime, 3: Music, 4: Game, 6: Real
Supported Sort orders (string enum):
'match', 'heat', 'rank', 'score'
Args:
keyword: The search keyword.
subject_type: Optional filter by subject type. Use integer values (1, 2, 3, 4, 6).
sort: Optional sort order. Defaults to 'match'.
limit: Pagination limit. Max 50. Defaults to 30.
offset: Pagination offset. Defaults to 0.
Returns:
Formatted search results or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | ||
limit | No | ||
offset | No | ||
sort | No | match | |
subject_type | No |