Skip to main content
Glama
YeXuanHs

Galgame MCP

by YeXuanHs

kirikiri_psb_analyze_export

Export selected strings from PSB analyzer data to assist debugging or reverse engineering. For scn-to-json conversion, use vntextpatch_extractlocal instead.

Instructions

Export PSB analyzer strings (debug/RE). NOT「scn转json」; use vntextpatch_extractlocal for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
outputNo
stringsYes
compressNoWrap result as MDF; default keep Analyzer CompressPackage
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. It only says 'Export' without disclosing any side effects, output format, or requirements. This is insufficient for a tool with potential write behavior via the output parameter.

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 only two sentences, front-loaded with the core action and includes a necessary disambiguation. Every word earns its place, with zero fluff or redundancy.

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?

With no annotations, no output schema, and 4 parameters, the description is too sparse. It does not explain what 'analyzer strings' are, the output format, or how this tool relates to neighboring PSB tools like kirikiri_psb_analyze or kirikiri_psb_try_recovery. Only one sibling is addressed.

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

Parameters1/5

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

Schema description coverage is only 25% (only 'compress' has a description), and the tool description adds no information about the parameters. The parameter names are somewhat self-explanatory, but the description fails to compensate for the low coverage, leaving 'input' and 'strings' under-specified.

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 exports PSB analyzer strings for debugging/reverse engineering, using a specific verb and resource. It also explicitly distinguishes itself from vntextpatch_extractlocal for scn-to-json conversion, preventing confusion with a sibling tool.

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

Usage Guidelines5/5

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

The description provides explicit when-not-to-use guidance (NOT scn转json) and names the correct alternative (vntextpatch_extractlocal). The scope 'debug/RE' implies when to use it, making the usage context clear enough.

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