Skip to main content
Glama

Bangumi TV MCP Service

by Ukenn2112

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

NameRequiredDescriptionDefault
career_filterNo
keywordYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "$defs": { "PersonCareer": { "description": "Career of a person\n'producer', 'mangaka', 'artist', 'seiyu', 'writer', 'illustrator', 'actor'", "enum": [ "producer", "mangaka", "artist", "seiyu", "writer", "illustrator", "actor" ], "title": "PersonCareer", "type": "string" } }, "properties": { "career_filter": { "anyOf": [ { "items": { "$ref": "#/$defs/PersonCareer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Career Filter" }, "keyword": { "title": "Keyword", "type": "string" }, "limit": { "default": 30, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "required": [ "keyword" ], "title": "search_personsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ukenn2112/BangumiMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server