InspireDesign
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_modesA | 列出 InspireDesign 支持的设计模式(WPF / Vue / React / 通用)及各自状态。开场时用于与用户确认使用哪个模式;用户已明确指定时可跳过。 |
| get_stage_guidanceA | 获取某个模式某个阶段的完整约束包:目标、产物、出口条件、前置依赖、硬规则、引导步骤、提示词模板、常见坑、回退影响面、人确认点、环境要求(如有)。不传 stage 时返回 9 阶段总览(开场先取总览与用户建立全景)。任何阶段可随时获取,支持回退修正;工具无状态、不做流程门禁。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
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.
Both tools follow a consistent snake_case verb_noun pattern: list_modes and get_stage_guidance. The naming is predictable and easy to understand.
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.
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.