search_persons
Find individuals, corporations, or associations on Bangumi with specific career filters like producer, mangaka, or actor. Use pagination for precise results.
Instructions
Search for persons or companies on Bangumi.
Supported Person Types (integer enum in result):
1: Individual, 2: Corporation, 3: Association
Supported Career Filters (string enum):
'producer', 'mangaka', 'artist', 'seiyu', 'writer', 'illustrator', 'actor'
Args:
keyword: The search keyword.
limit: Pagination limit. Defaults to 30.
offset: Pagination offset. Defaults to 0.
career_filter: Optional filter by person career (list of strings from PersonCareer enum).
Returns:
Formatted search results or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
career_filter | No | ||
keyword | Yes | ||
limit | No | ||
offset | No |