Skip to main content
Glama

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pvp_get_skin_covers_by_nameA

根据王者荣耀英雄中文名获取该英雄的皮肤大图封面链接(custom_wzry_A1/*.jpg),包括原始皮肤在内,并以 Markdown 格式展示皮肤名称和图片 URL

fetch_htmlA

抓取指定 URL 的原始 HTML 内容

extract_readableB

抓取页面并抽取可读正文与标题

query_selectorB

抓取页面并按 CSS 选择器提取内容

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation4/5

The three fetching tools are clearly differentiated by their outputs: raw HTML, readable text, and CSS-selected content. The pvp skin tool is unrelated and therefore not easily confused with the other tools.

Naming Consistency3/5

Most tools follow a concise verb_noun pattern like fetch_html and extract_readable, but pvp_get_skin_covers_by_name introduces a domain prefix and a much longer, qualifier-heavy name. This breaks the otherwise consistent naming style.

Tool Count3/5

Four tools is a reasonable number for a small utility server, but the pvp skin tool does not fit the webfetch domain. The count is not excessive, yet the set is not well-scoped because one tool feels out of place.

Completeness3/5

The webfetch tools cover the main web extraction needs: raw HTML, readable content, and CSS-selected extraction. However, the unrelated pvp tool is an isolated feature with no supporting operations, and common web utilities like screenshots or header inspection are absent.

Maintenance

ActivityInactive
ResponsivenessNo issues