Skip to main content
Glama

Bangumi TV MCP Service

by Ukenn2112

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

NameRequiredDescriptionDefault
keywordYes
limitNo
offsetNo
sortNomatch
subject_typeNo

Input Schema (JSON Schema)

{ "$defs": { "SubjectType": { "description": "条目类型\n1 = book, 2 = anime, 3 = music, 4 = game, 6 = real", "enum": [ 1, 2, 3, 4, 6 ], "title": "SubjectType", "type": "integer" } }, "properties": { "keyword": { "title": "Keyword", "type": "string" }, "limit": { "default": 30, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "sort": { "default": "match", "title": "Sort", "type": "string" }, "subject_type": { "anyOf": [ { "$ref": "#/$defs/SubjectType" }, { "type": "null" } ], "default": null } }, "required": [ "keyword" ], "title": "search_subjectsArguments", "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