Skip to main content
Glama

列出设计模式

list_modes

Lists supported design modes (WPF, Vue, React, general) and their statuses. Use at workflow start to confirm the mode with the user; skip if already specified.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden, which it largely does: it discloses the returned set including per-mode status, which is the key behavioral trait here. It does not state that the call is side-effect-free or describe the return shape in detail, but for a zero-parameter listing this is minor.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two clauses, zero waste: what is listed first, then the usage/skip condition. Front-loaded and appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, no-output-schema list tool, the description supplies everything needed: the enumerated values, the status field, and the invocation timing. Nothing an agent requires to call it correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes no parameters, so the baseline is 4. The description correctly implies a parameterless enumeration with no filtering options.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('列出...设计模式') and enumerates the returned values (WPF / Vue / React / 通用) plus the 'status' dimension. An agent knows exactly what this tool returns without opening anything.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use it ('开场时用于与用户确认使用哪个模式') and when to skip it ('用户已明确指定时可跳过'). This is a textbook when/when-not pair.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools