Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub personal access token for higher API rate limits (optional)
GITHUB_MIRRORSNoComma-separated ghproxy-style mirror URLs for GFW-affected servers (optional)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_prtsB

搜索 PRTS 明日方舟中文维基词条。返回匹配的词条标题和摘要。

read_prts_pageB

读取 PRTS 维基指定词条的纯文本内容。

get_operator_archivesB

获取指定干员的档案资料(使用游戏内中文名,如"阿米娅")。

get_operator_voicelinesB

获取指定干员的语音记录(使用游戏内中文名,如"阿米娅")。

get_operator_basic_infoB

获取指定干员的基本信息:职业、稀有度、所属、招募标签、天赋等(使用游戏内中文名,如"阿米娅")。

list_story_eventsA

列出明日方舟剧情活动列表。

Args:
    category: 可选过滤分类。"main" = 主线章节,"activities" = 活动剧情(含联动)。
              不填则返回全部活动。建议先调用本工具了解活动全貌,再用 list_stories 查询具体章节。
list_storiesA

列出指定活动的所有剧情章节(按官方顺序排列)。

Args:
    event_id: 活动 ID,如 "act31side"(可从 list_story_events 获取)。
read_storyA

读取单章剧情的完整台词。

Args:
    story_key: 章节 key,如 "activities/act31side/level_act31side_01_beg"(可从 list_stories 获取)。
    include_narration: 是否包含旁白和场景描述,默认 True。
read_activityA

读取整个活动的完整剧情台词(按官方章节顺序合并)。

适合需要了解完整活动故事的场景。单次活动文本量可能较大,可用 page 参数分批获取。

Args:
    event_id: 活动 ID,如 "act31side"。
    include_narration: 是否包含旁白,默认 True。
    page: 分页页码(从 1 开始)。不填则返回全部章节。
    page_size: 每页章节数,默认 5。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/3aKHP/prts-mcp'

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