Skip to main content
Glama
404Yeti

MCP QA Server

by 404Yeti

qa_list_modules

List available QA testing modules and check which are enabled for a given project path.

Instructions

List available QA testing modules. If a projectPath is provided, also shows which modules are enabled for that project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathNoOptional project path to show project-specific module status
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the main behavior (listing modules) and conditional behavior (with projectPath), but does not mention read-only nature, authentication needs, or rate limits. For a simple list tool, this is adequate but not exceptional.

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 main purpose, and uses minimal words to convey the tool's function and conditional behavior. No wasted text.

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 simplicity of the tool (one optional parameter, no output schema), the description covers the essential functionality. It could mention return format or that it returns a list of module names and statuses, but for a list tool, it is sufficiently complete.

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% (one parameter fully described). The tool description repeats the same information about the optional parameter, adding no new meaning beyond what the schema already provides.

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 'List' and the resource 'QA testing modules', and distinguishes itself from sibling tools like qa_run_module or qa_check_config by focusing on listing rather than execution or configuration.

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

Usage Guidelines4/5

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

The description explains when to use the optional projectPath parameter (to see enabled modules for a specific project), which provides clear usage guidance. However, it does not explicitly state when not to use alternatives, but the sibling tools are sufficiently different.

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/404Yeti/MCP-QA-Server'

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