Skip to main content
Glama

Textwell MCP Server

by worldnine

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

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/worldnine/textwell-mcp'

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