Skip to main content
Glama

Bangumi TV MCP Service

by Ukenn2112

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

NameRequiredDescriptionDefault
keywordYes
limitNo
nsfw_filterNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "keyword": { "title": "Keyword", "type": "string" }, "limit": { "default": 30, "title": "Limit", "type": "integer" }, "nsfw_filter": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Nsfw Filter" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "required": [ "keyword" ], "title": "search_charactersArguments", "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