Skip to main content
Glama
xiachenggang

game-knowledge MCP Server

by xiachenggang

get_module

Retrieve all classes and interfaces from a specified module in the Cocos Creator 3.8.8 and exia-framework knowledge base. Simply provide the module name to get a complete list.

Instructions

查询某个模块包含的所有类和接口

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moduleNameYes模块名,如 exia-ccui、exia-data、exia-event、cocos
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. The description only states the query action but does not explicitly confirm read-only behavior, mention any side effects, permissions, or note the return format beyond the fact that it returns classes and interfaces. For a tool with no annotations, this is a significant gap.

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 a single clear sentence with no fluff, redundant information, or unnecessary detail. It effectively communicates the core purpose without waste.

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 low complexity (one parameter, simple purpose) and the well-described schema, the description is mostly complete. It states the output (all classes and interfaces), which partially compensates for the lack of an output schema. However, the absence of behavioral transparency and usage alternatives prevents a perfect score.

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 single parameter 'moduleName' is fully described in the schema with examples (exia-ccui, exia-data, etc.), so schema coverage is 100%. The tool description adds no additional parameter semantics beyond what the schema already provides. The baseline of 3 applies because the schema does the heavy lifting.

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 function: query all classes and interfaces in a module. It uses a specific verb ('查询') and resource ('模块'), and the result set is explicit. This distinguishes it from sibling tools like get_class and get_method, which target individual elements, and search_api, which searches differently.

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

Usage Guidelines3/5

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

The description implies usage (use when you need all classes/interfaces of a module) but does not explicitly mention alternatives or when not to use this tool. No guidance is given on how to choose between get_module and search_api, get_class, or get_method. This is an implied, not explicit, usage context.

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/xiachenggang/exia-framework-mcp'

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