Textwell MCP Server

write-text

Write or modify text in the Textwell application by specifying content and mode—replace, insert, or append—using the MCP server for streamlined text operations.

Instructions

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 from Textwell MCP Server

Related Tools

ID: hek0rsjhcv