Skip to main content
Glama

renforge_translation_stats

Count missing dialogue and string translations for a specified language in a Ren'Py project to identify translation gaps.

Instructions

Report missing dialogue/string translation counts for a language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageYes
project_pathYes

Output 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 disclosing behavior. It only states 'Report', which suggests a read-only action, but does not explicitly confirm no side effects, mention permissions, or clarify what happens with the provided parameters. There is no context on return format or potential costs, making this a significant gap for a tool that likely accesses project files.

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, focused sentence with no superfluous words. It is front-loaded with the action and immediately conveys the core function, exemplifying conciseness.

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 simple two-parameter tool, the description is minimally viable but has clear gaps: it does not explain the project_path parameter, lacks usage guidance, and provides no behavioral context beyond 'Report'. The output schema exists, so return values need not be described, but the description still feels incomplete for confident invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It mentions 'for a language' which hints at the 'language' parameter, but it does not name or explain the 'project_path' parameter at all. There is no guidance on expected formats, required values, or how the two parameters relate, leaving the agent to infer too much.

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 verb 'Report' and the specific resource 'missing dialogue/string translation counts' for a language. It distinguishes itself from siblings like renforge_generate_translations or renforge_estimate_translation by focusing on missing counts, making its purpose unambiguous.

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 for checking translation coverage but provides no explicit context, exclusions, or mention of alternatives. It does not compare with sibling tools like renforge_estimate_translation or renforge_generate_translations, leaving the 'when to use' guidance implicit.

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/alex-jordan547/renforge-mcp'

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