Skip to main content
Glama
fysh1010
by fysh1010

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_bilibili_videoC

解析 Bilibili 视频链接,获取视频的完整信息,包括标题、封面、视频链接、用户信息、合集视频列表等

get_bilibili_video_infoA

获取 Bilibili 视频的详细信息,包括标题、封面、简介、用户信息、视频列表等

get_bilibili_download_urlsA

获取 Bilibili 视频的下载链接列表,支持合集视频

get_bilibili_basic_infoB

获取 Bilibili 视频的基本信息,包括标题、封面、简介、用户信息等

get_bilibili_collectionB

获取 Bilibili 合集中的所有视频列表信息

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation2/5

The tools parse_bilibili_video, get_bilibili_video_info, and get_bilibili_basic_info all return overlapping video information (title, cover, user info), making it unclear which one an agent should select. The remaining two tools are distinct, but the majority of the surface has ambiguous boundaries.

Naming Consistency4/5

All tool names follow a consistent verb_bilibili_noun pattern with snake_case, which is good. The only minor deviation is the use of both 'parse' and 'get' as verbs, but the overall pattern remains predictable and readable.

Tool Count4/5

Five tools is a reasonable number for a video information server, fitting well within the ideal 3-15 range. However, the functional overlap among three of the tools suggests the count could be trimmed without losing capability.

Completeness4/5

The server covers the key read operations expected for Bilibili video content: basic info, detailed info, download URLs, and collection listing. Minor gaps exist, such as the lack of search or user profile tools, but these are not critical for the apparent purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues