Skip to main content
Glama

import_translations

Upload translations from a local file to your SimpleLocalize project: provide the file path and format, and optionally set import options like publishing or replacing existing translations.

Instructions

This tool will import translations from a local file into your SimpleLocalize project.

  • Provide 'filePath' (required, absolute local path to the file) and 'uploadFormat' (required, e.g. csv-translations, multi-language-json, po-pot, etc.).

  • Optionally provide 'importOptions' (e.g. PUBLISH_AFTER_IMPORT, REPLACE_TRANSLATION_IF_FOUND), 'languageKey', 'customerId', 'namespace', and 'tags'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags to assign to imported translation keys (optional).
filePathYesAbsolute local path to the file to import.
namespaceNoNamespace to import translations into (optional).
customerIdNoCustomer ID to import customer-specific translations for (optional).
languageKeyNoLanguage key to import translations into (optional, depends on format).
uploadFormatYesFormat of the file being imported.
importOptionsNoImport options (optional).
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already signal a non-read-only, non-idempotent operation, and the description does not contradict that. It adds limited behavioral context through the importOptions examples like PUBLISH_AFTER_IMPORT and REPLACE_TRANSLATION_IF_FOUND, but it does not explain default behavior, side effects, or what happens to existing translations.

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 compact and front-loaded, with the main purpose in the first sentence and required/optional parameters clearly grouped. Every sentence contributes useful information without filler or redundant phrasing.

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 7-parameter import operation with no output schema, the description adequately covers the input contract and names optional parameters. However, it does not describe the return shape, default publishing/replacement behavior, or other operational outcomes, leaving some ambiguity for an agent deciding whether the call succeeded.

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 schema already describes all parameters with 100% coverage, so the baseline is 3. The description repeats required/optional groupings and adds format examples, which is helpful but does not meaningfully go beyond what the schema 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 opening sentence names the action ('import'), the object ('translations'), and the target ('SimpleLocalize project'), making the purpose explicit. It also clarifies the input is a local file, which differentiates it from export, manual updates, and other translation-related siblings.

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 clearly states that filePath and uploadFormat are required and lists the optional parameters, so an agent knows the minimal call shape. However, it does not explicitly say when to choose this tool over alternatives like export_translations or update_translations_bulk, nor provide when-not-to-use conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/simplelocalize/simplelocalize-mcp-server'

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