LARA_ACCESS_KEY_ID
: Your Lara Translate API Access Key IDLARA_ACCESS_KEY_SECRET
: Your Lara Translate API Access Key Secrettest
) with a callable MCP-Lara server. The Room and its services close automatically if they go inactive.
mcp-lara
agent to interact with Lara’s translation tools.Tool Name | Description |
---|---|
add_translation | Adds a translation to a translation memory in your Lara Translate account. |
check_import_status | Checks the status of a TMX file import job in your Lara Translate account. |
create_memory | Create a translation memory with a custom name in your Lara Translate account. |
delete_memory | Deletes a translation memory from your Lara Translate account. |
delete_translation | Deletes a translation from a translation memory from your Lara Translate account. |
import_tmx | Imports a TMX file into a translation memory in your Lara Translate account. |
list_languages | Lists all supported languages in your Lara Translate account. |
list_memories | Lists all translation memories in your Lara Translate account. |
translate | Translate text between languages with support for detection and context-aware translations and translation memory. |
update_memory | Updates a translation memory in your Lara Translate account. |
add_translation
id
(array
): The ID(s) where to save the translation unit (e.g., mem_xyz123
)sentence
(string
): The source sentencesource
(string
): Source language codetarget
(string
): Target language codetranslation
(string
): The translated sentencesentence_after
(string
, optional): Context sentence aftersentence_before
(string
, optional): Context sentence beforetuid
(string
, optional): Translation Unit unique identifiercheck_import_status
id
(string
): The import job IDcreate_memory
name
(string
): Memory nameexternal_id
(string
, optional): External ID for import (optional)delete_memory
id
(string
): Unique memory identifierdelete_translation
id
(array
): The ID(s) for deletionsentence
(string
): Source sentencesource
(string
): Source language codetarget
(string
): Target language codetranslation
(string
): The translation to removesentence_after
(string
, optional)sentence_before
(string
, optional)tuid
(string
, optional)import_tmx
id
(string
): Memory IDgzip
(boolean
, optional): If file is gzip compressedtmx_content
(string
, optional): Content of TMX to uploadtmx_url
(string
, optional): URL to the TMX filelist_languages
list_memories
translate
target
(string
): Target language codetext
(array
): Array of text blocks to translateadapt_to
(array
, optional): Translation memory IDs to adaptcontext
(string
, optional): Additional context string for translationinstructions
(array
, optional): Instructions for output behaviorsource
(string
, optional): Source language codesource_hint
(string
, optional): Hint for language detectionupdate_memory
id
(string
): Memory IDname
(string
): New memory name