Skip to main content
Glama
yundoun

hwms-mcp-server

by yundoun

generate_scaffold

Scaffold a hybrid web application project by specifying modules; automatically resolves dependencies and creates directories, module files, package.json, and README.md.

Instructions

선택된 모듈들로 프로젝트 구조를 생성합니다. 프로젝트 디렉토리, 모듈 파일, package.json, README.md 등을 자동으로 생성합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modulesYes포함할 모듈 이름 배열 (의존성은 자동 해결됨)
projectNameYes생성할 프로젝트 이름 (예: "my-hybrid-app")
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions creation of files/directories, but omits critical details: whether it overwrites existing files, whether it requires a clean directory, side effects, or dependency installation. For a scaffold tool, these are important behavioral aspects missing from the description.

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 concise sentences in Korean, front-loaded with the core action. No filler words; every phrase adds value. The description is immediately understandable and efficient.

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

Completeness3/5

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

Given the tool's moderate complexity (2 params, no output schema, no annotations), the description is minimal. It covers the basic purpose and outputs but lacks context on return values, error conditions, and workflow integration with sibling tools. It is adequate but not fully comprehensive.

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

Parameters3/5

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

Schema description coverage is 100%, with both parameters well-documented. The description adds slight context ('with selected modules' and 'automatically creates project directory, module files, package.json, README.md'), but this largely reinforces rather than extends schema information. Baseline 3 is appropriate as schema handles the semantic load.

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?

The description clearly states the tool generates a project structure with selected modules, listing specific outputs (directory, module files, package.json, README). This is a specific verb+resource combination that inherently differentiates it from sibling tools like list_modules (listing) and resolve_dependencies (resolving dependencies).

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., having selected modules via list_modules), when not to use it, or typical workflow context. The description only states what it does, without any usage instructions.

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

Install Server

Other Tools

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/yundoun/hwms-mcp-server'

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