Skip to main content
Glama
yundoun

hwms-mcp-server

by yundoun

list_modules

Get a list of validated modules for hybrid web app development. Filter by category to view module names, categories, and descriptions.

Instructions

사용 가능한 모듈 목록을 조회합니다. 하이브리드 웹앱 개발에 사용할 수 있는 검증된 모듈들의 이름, 카테고리, 설명을 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo모듈 카테고리로 필터링 (예: core, media, notification, device)
Behavior3/5

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

With no annotations provided, the description carries full responsibility. It discloses that the tool returns names, categories, and descriptions of 'verified' modules, adding some behavioral context. However, it does not mention authorization requirements, whether the list is static or dynamic, or any side effects. The disclosure is adequate but not comprehensive.

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?

The description is two sentences, front-loaded with the core purpose, and contains no extraneous words. Every sentence contributes value, making it highly efficient and easy to parse.

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

Completeness4/5

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

Given the tool's simplicity (one optional parameter, no output schema), the description sufficiently explains the output (names, categories, descriptions). It could be slightly more complete by clarifying if the list is exhaustive or paginated, but for a basic list tool this is sufficient.

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?

The schema has 100% coverage with the 'category' parameter already described as a filter with examples. The tool description adds no additional meaning beyond the schema, so baseline score of 3 is appropriate.

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 queries a list of available modules and specifies the returned fields (names, categories, descriptions of verified modules). It is specific with verb 'queries' and resource 'list of available modules', and distinguishes from siblings that handle dependency resolution, scaffold generation, and module addition.

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?

The description provides no guidance on when to use this tool versus alternatives (resolve_dependencies, generate_scaffold, add_module). There is no explicit when/when-not context or mention of prerequisites, leaving the agent to infer usage purely from the tool name.

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