Skip to main content
Glama

create_translation

Create a translation CSV file with specified language code, output path, and optional keys. Enables adding localized content to Godot projects.

Instructions

Create translation CSV.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysNoInitial translation keys to add
pathYesOutput path for new translation .csv file (e.g. "localization/zh_CN.csv")
languageNoLanguage code (e.g. "en", "zh_CN", "ja")en
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure, but it only restates the action and gives no details about side effects like file creation, overwriting, or permissions. It adds no meaningful behavioral context beyond the tool's name.

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, short sentence with no wasted words. It is appropriately concise and front-loaded, reflecting an ideal level of brevity.

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 the presence of related siblings like write_translation and add_translation_key, plus the lack of annotations and an output schema, this minimal description does not provide enough context for an agent to decide when to use it or what side effects to expect. It is under-specified for the tool's complexity.

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?

The input schema already provides 100% coverage with descriptions for all three parameters (keys, path, language), so the baseline is 3. The description adds no extra parameter-specific meaning, though the mention of 'CSV' hints at the output format.

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

Purpose4/5

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

The description uses a clear verb 'Create' and a specific resource 'translation CSV', so the core purpose is evident. However, it does not differentiate this from sibling tools like write_translation or add_translation_key, so it lacks sibling distinction.

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 alternatives such as write_translation or add_translation_key. No context, prerequisites, or exclusions are provided, leaving the agent without direction on selection.

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/yanhuifair/Godot-MCP'

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