Skip to main content
Glama

bilibili MCP Server

by wangshunnn

search_videos

Search for videos on Bilibili using keywords, specify page numbers, and control the number of results returned for focused content discovery.

Instructions

Search for videos on Bilibili

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results to return, default 10, maximum 20
keywordYesKeyword to search for
pageNoPage number, defaults to 1

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 10, "description": "Number of results to return, default 10, maximum 20", "maximum": 20, "minimum": 1, "type": "integer" }, "keyword": { "description": "Keyword to search for", "type": "string" }, "page": { "default": 1, "description": "Page number, defaults to 1", "minimum": 1, "type": "integer" } }, "required": [ "keyword" ], "type": "object" }

Other Tools from bilibili MCP Server

Related Tools

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/wangshunnn/bilibili-mcp-server'

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