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
list_modesA

列出 InspireDesign 支持的设计模式(WPF / Vue / React / 通用)及各自状态。开场时用于与用户确认使用哪个模式;用户已明确指定时可跳过。

get_stage_guidanceA

获取某个模式某个阶段的完整约束包:目标、产物、出口条件、前置依赖、硬规则、引导步骤、提示词模板、常见坑、回退影响面、人确认点、环境要求(如有)。不传 stage 时返回 9 阶段总览(开场先取总览与用户建立全景)。任何阶段可随时获取,支持回退修正;工具无状态、不做流程门禁。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: list_modes provides an overview of available design modes, while get_stage_guidance retrieves detailed constraints for a specific mode and stage. There is no overlap, making selection unambiguous.

Naming Consistency5/5

Both tools follow a consistent snake_case verb_noun pattern: list_modes and get_stage_guidance. The naming is predictable and easy to understand.

Tool Count3/5

With only 2 tools, the set is thin for a server that covers multiple design modes and 9 stages. However, each tool is well-scoped and the low count reflects a focused, stateless guidance service, making it borderline rather than clearly inappropriate.

Completeness5/5

The surface covers listing all supported modes and retrieving complete stage guidance, including a 9-stage overview when no stage is specified. For a read-only guidance server, this provides full lifecycle coverage without obvious gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues