Skip to main content
Glama
yundoun

hwms-mcp-server

by yundoun

add_module

Add a new module to an existing HWMS project. Automatically resolves dependencies, injects routes and menus, and regenerates Android handlers for seamless integration.

Instructions

기존 HWMS 프로젝트에 새 모듈을 추가합니다. 의존성 자동 해결, 라우트/메뉴 자동 주입, Android 핸들러 재생성을 지원합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modulesYes추가할 모듈 이름 배열 (예: ["page-user-management", "bridge-push"])
projectPathYes기존 HWMS 프로젝트의 절대 경로 (예: "/Users/user/my-project")
Behavior3/5

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

With no annotations provided, the description reveals automatic dependency resolution, route/menu injection, and handler regeneration, which adds behavioral context. However, it omits side effects (e.g., file modifications, reversibility, permission requirements) and does not fully disclose the tool's impact.

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

Conciseness4/5

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

Two sentences with front-loaded main purpose and additional features. Efficient, though a slight restructuring could separate features more clearly.

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

Completeness2/5

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

Given the complexity (multiple automatic actions) and lack of output schema/annotations, the description is incomplete. It does not explain return values, prerequisites (project must exist), error conditions, or permanent changes, leaving significant gaps.

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%, providing clear parameter meanings. The description does not add additional parameter-specific guidance (e.g., format constraints, order), so it meets the baseline but does not exceed it.

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 verb 'add' and resource 'module' to an existing HWMS project, listing specific features (dependency resolution, route/menu injection, handler regeneration) that distinguish it from siblings like list_modules, resolve_dependencies, and generate_scaffold.

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 explicit guidance on when to use this tool versus alternatives. The description implies it's for adding modules to existing projects, but does not exclude cases like new projects, or advise using resolve_dependencies separately.

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