Skip to main content
Glama

Textwell MCP Server

by worldnine

write-text

Write and manage text in Textwell app using three modes: replace, insert, or add content. Integrate via MCP for efficient text operations in your workflow.

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" }

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