Textwell MCP Server

write-text

Write text to Textwell application

Input Schema

NameRequiredDescriptionDefault
modeNoreplace: overwrite all, insert: at cursor, add: at endreplace
textYesContent to write to Textwell

Input Schema (JSON Schema)

{ "properties": { "mode": { "default": "replace", "description": "replace: overwrite all, insert: at cursor, add: at end", "enum": [ "replace", "insert", "add" ], "type": "string" }, "text": { "description": "Content to write to Textwell", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools