Skip to main content
Glama
YeXuanHs

Galgame MCP

by YeXuanHs

xp3_re_workflow

Guides XP3 reverse engineering by outlining tool capabilities and limitations, and provides a step-by-step playbook for game localization tasks.

Instructions

XP3 reverse-engineering assist: what the RE tools can/cannot do + playbook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says it 'assist[s]' and mentions a 'playbook', but does not clarify what the tool actually does (e.g., returns text, runs a workflow), whether it has side effects, or how it interacts with other tools.

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

Conciseness3/5

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

The description is a single sentence with no redundancy, but it is under-specified and fails to convey key details. It lacks a clear structure that would help an agent anticipate what the tool returns or how it should be used.

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 that this is an informational tool likely returning a guide, the description does not specify the output format, content details, or how the playbook is organized. With no output schema, the description alone is insufficient for a complete understanding of the tool's behavior.

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

Parameters4/5

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

The tool has zero parameters, so the schema imposes no burden. Baseline for 0 parameters is 4; the description adds no parameter-specific info, but none is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the domain (XP3 reverse-engineering) and content (capabilities/playbook), but uses the vague verb 'assist' rather than a specific action like 'provides' or 'displays'. It does not clearly distinguish itself from sibling tool 're_workflow', which may have a similar purpose.

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?

There is no guidance on when to use this tool versus the many sibling RE tools. The description does not state prerequisites, whether it should be called before other RE tools, or what kind of scenario recommends it.

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/YeXuanHs/Galgame-mcp'

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