Skip to main content
Glama

DeepL MCP Server

Official
by DeepLcom

rephrase-text

Rephrase text in various styles and tones using the DeepL API. Enhance clarity, adjust formality, or tailor tone for academic, business, or casual contexts.

Instructions

Rephrase text in the same language using DeepL API

Input Schema

NameRequiredDescriptionDefault
styleNoWriting style for rephrasing
textYesText to rephrase
toneNoWriting tone for rephrasing

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "style": { "description": "Writing style for rephrasing", "enum": [ "academic", "business", "casual", "default", "prefer_academic", "prefer_business", "prefer_casual", "prefer_simple", "simple" ], "type": "string" }, "text": { "description": "Text to rephrase", "type": "string" }, "tone": { "description": "Writing tone for rephrasing", "enum": [ "confident", "default", "diplomatic", "enthusiastic", "friendly", "prefer_confident", "prefer_diplomatic", "prefer_enthusiastic", "prefer_friendly" ], "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from DeepL MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeepLcom/deepl-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server