Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIMPLELOCALIZE_API_KEY | Yes | Your SimpleLocalize API key. You can create and manage API keys in SimpleLocalize > Settings > Credentials. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_translation_key_bulk | This tool will create multiple translation keys in your SimpleLocalize project in bulk.
|
| update_translations_bulk | This tool will update multiple translations in bulk in your SimpleLocalize project.
|
| get_all_translation_keys | This tool will return all translation keys (key and namespace only) in your SimpleLocalize project.
|
| get_translation_key_details | This tool will return details for a specific translation key in your SimpleLocalize project.
|
| get_tags | This tool will list all tags in your SimpleLocalize project.
|
| create_tag | This tool will create a new tag in your SimpleLocalize project.
|
| get_languages | This tool will list all languages configured in your SimpleLocalize project.
|
| create_language | This tool will create a new language in your SimpleLocalize project.
|
| get_translations | This tool will list translations in your SimpleLocalize project.
|
| update_translation_key | This tool will update a translation key (metadata and/or key/namespace) in your SimpleLocalize project.
|
| delete_translation_keys_bulk | This tool will delete translation keys in bulk in your SimpleLocalize project.
|
| get_environments | This tool will list all Translation Hosting environments available in your SimpleLocalize project.
|
| get_environment_details | This tool will retrieve hosting status/details for a specific environment in your SimpleLocalize project.
|
| publish_translations | This tool will publish translations to the specified environment in your SimpleLocalize project.
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |