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
spec_interrogateA

分析用户的原始 idea 或页面修改需求,判断信息是否足够进入开发阶段。当信息缺失较多时,输出追问问题清单。

spec_compileC

编译完整产品规格和开发 Prompt。根据信息完整度输出追问、草案或正式规格。

architecture_decideC

根据产品类型、平台、功能、商业化意图判断架构方案。

ui_translateA

把普通用户的页面修改描述翻译成前端开发术语和可执行修改 Prompt。

debug_guideB

当用户说程序出错时,引导用户提供正确错误信息,并生成结构化排查步骤。

acceptance_generateB

根据产品类型和功能,生成验收标准。

product_spec_assistA

统一入口:根据用户原话自动判断场景(产品开发、UI 修改、Debug、上线),并调用对应能力。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: acceptance generation, architecture decision, debugging, unified routing, spec compilation, idea interrogation, and UI translation. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent noun_verb pattern (e.g., acceptance_generate, architecture_decide, ui_translate), making it easy to predict tool behavior from the name.

Tool Count5/5

With 7 tools, the set is well-scoped for a product specification assistant. Each tool serves a specific, necessary role without unnecessary bloat or duplication.

Completeness4/5

The tools cover the core workflow from idea analysis (spec_interrogate) to spec compilation, acceptance criteria generation, architecture decisions, and UI translation. Missing are update/delete operations for specs, but the set is still comprehensive for an assistant.

Maintenance

ActivityStale
ResponsivenessNo issues