Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LARA_ACCESS_KEY_ID | Yes | Your Lara API access key ID obtained from Lara Translate account | |
| LARA_ACCESS_KEY_SECRET | Yes | Your Lara API access key secret obtained from Lara Translate account |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| translate | Translate text between languages with support for language detection, context-aware translations and translation memories using Lara Translate. |
| create_memory | Create a translation memory with a custom name in your Lara Translate account. Translation memories store pairs of source and target text segments (translation units) for reuse in future translations. |
| delete_memory | Deletes a translation memory from your Lara Translate account. |
| update_memory | Updates a translation memory in your Lara Translate account. |
| add_translation | Adds a translation to a translation memory in 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. |
| check_import_status | Checks the status of a TMX file import job in your Lara Translate account. |
| list_memories | Lists all translation memories in your Lara Translate account. |
| list_languages | Lists all supported languages in your Lara Translate account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Translation Memories | List of translation memories in your Lara Translate account. |
| Supported Languages | List of Lara Translate supported languages. |