Skip to main content
Glama

Tiptap Collaboration MCP Server

by trainual

duplicate_document

Duplicate collaborative documents by specifying source and target IDs using the Tiptap Collaboration MCP Server tool for efficient document management and replication.

Instructions

Duplicate a collaborative document

Input Schema

NameRequiredDescriptionDefault
sourceIdYesID of the source document to duplicate
targetIdYesID for the new duplicated document

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sourceId": { "description": "ID of the source document to duplicate", "type": "string" }, "targetId": { "description": "ID for the new duplicated document", "type": "string" } }, "required": [ "sourceId", "targetId" ], "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