preview_mod
Scan a Minecraft mod jar to list language files, entry counts, and estimated token usage before translation, without calling AI APIs or writing files.
Instructions
(零成本)预览单个模组的汉化范围:列出每个语言文件、条目数与预估 token。
只做 jar 扫描与文本解析,不调用任何 AI 翻译 API、不消耗 token、不写任何文件, 用于在真正翻译前评估工作量与费用。
Args: jar_path: 模组 jar 文件的绝对路径 Returns: 预览摘要 JSON(含每个 modid 的格式、条目数、是否已有 zh_cn、社区估算 token)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jar_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |