DeepL MCP Server

by DeepLcom
MIT License
44
6
  • Apple
  • Linux

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

    ID: hs222qbsnt