Skip to main content
Glama

bilibili MCP Server

by wangshunnn

get_video_info

Retrieve detailed metadata for a Bilibili video by specifying its unique BVID, enabling precise access to video information for analysis or integration purposes.

Instructions

Get detailed information about a Bilibili video

Input Schema

NameRequiredDescriptionDefault
bvidYesBilibili video ID (BVID)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bvid": { "description": "Bilibili video ID (BVID)", "type": "string" } }, "required": [ "bvid" ], "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