Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPL_API_KEY | Yes | Your DeepL API key. You can get one by signing up at DeepL API. |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-source-languages | Get list of available source languages for translation |
| get-target-languages | Get list of available target languages for translation |
| translate-text | Translate text to a target language using DeepL API |
| get-writing-styles-and-tones | Get list of available writing styles and tones for rephrasing |
| rephrase-text | Rephrase text in the same language using DeepL API |