# DeepL Node

> Translate and rephrase text, correct writing, and manage document translations through DeepL.

**URL:** https://caywork.com/learn/docs/node/deeplmcp-node

## Content

## Description
Translate and rephrase text, correct writing, and manage document translations through DeepL.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `deeplmcp_correct_text`
* `deeplmcp_download_document`
* `deeplmcp_get_document_status`
* `deeplmcp_get_source_languages`
* `deeplmcp_get_target_languages`
* `deeplmcp_rephrase_text`
* `deeplmcp_translate_text`
* `deeplmcp_upload_document`

## Use Cases
1. **Automate DeepL workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.