Skip to main content
Glama
YeXuanHs

Galgame MCP

by YeXuanHs

vntextpatch_insertlocal

Merge translated JSON data into original visual novel script files, outputting the localized version separately. Supports single-file or batch folder processing.

Instructions

【JSON→脚本】经典 VNTextPatch insertlocal:把翻译后的 .json 写回脚本到独立 output。不是 vnt_insert。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesOriginal script file or folder
formatNo
outputYesOutput script file or folder (must differ from input)
scriptYesTranslated .json file or folder
timeoutNoSeconds; default 300
sjis_extNoOptional sjis_ext.bin path
Behavior3/5

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

With no annotations, the description carries the burden. It adds the behavioral detail that output goes to an independent output, implying non-destructive behavior. However, it doesn't disclose error handling, encoding specifics, or file/folder handling nuances beyond the schema.

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 sentence plus a disambiguation note. It is concise, front-loaded with a clear 'JSON→脚本' label, and every word adds value. No wasted content.

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

Completeness3/5

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

For a 6-parameter tool with no annotations and no output schema, the description provides the core purpose and a selection hint, but lacks edge-case behavior, usage context, or return value expectations. The schema fills most parameter meaning, but the description could mention file/folder handling or prerequisites for a more complete picture.

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 coverage is 83%, so the baseline is 3. The description restates the schema's role mapping (translated .json to script) without adding new parameter details. It doesn't explain format, timeout, or optional sjis_ext 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 identifies the tool's function: writing translated .json back into script files with an independent output, using 'classic VNTextPatch insertlocal'. It also explicitly distinguishes from sibling vnt_insert, satisfying sibling differentiation.

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 provides a negative exclusion ('不是 vnt_insert') but no explicit when-to-use or alternative guidance. It implies usage via the JSON→script direction and the 'local' in the name, but lacks explicit scenarios or comparison to alternatives like extractlocal.

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