Skip to main content
Glama

Tiptap Collaboration MCP Server

by trainual

update_document

Modify collaborative documents by updating or appending content in Tiptap JSON format, specifying the document ID and update mode (replace or append).

Instructions

Update a collaborative document with new content

Input Schema

NameRequiredDescriptionDefault
contentYesDocument content in Tiptap JSON format
idYesID of the document to update
modeNoUpdate mode: replace entire document or append content (default: replace)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "description": "Document content in Tiptap JSON format", "properties": {}, "type": "object" }, "id": { "description": "ID of the document to update", "type": "string" }, "mode": { "description": "Update mode: replace entire document or append content (default: replace)", "enum": [ "replace", "append" ], "type": "string" } }, "required": [ "id", "content" ], "type": "object" }

Other Tools from Tiptap Collaboration 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/trainual/tiptap-collaboration-mcp'

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