Skip to main content
Glama

Tiptap Collaboration MCP Server

by trainual

export_markdown

Convert Tiptap JSON content into Markdown or GitHub Flavored Markdown (GFM) format using the Tiptap Conversion API, enabling structured document export for collaborative workflows.

Instructions

Convert Tiptap JSON content to Markdown format using the Tiptap Conversion API

Input Schema

NameRequiredDescriptionDefault
appIdYesYour Tiptap App ID for the conversion service
contentYesTiptap JSON content to convert to Markdown
formatNoOutput format: md (standard) or gfm (GitHub Flavored Markdown). Default: md

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Your Tiptap App ID for the conversion service", "type": "string" }, "content": { "additionalProperties": false, "description": "Tiptap JSON content to convert to Markdown", "properties": {}, "type": "object" }, "format": { "description": "Output format: md (standard) or gfm (GitHub Flavored Markdown). Default: md", "enum": [ "md", "gfm" ], "type": "string" } }, "required": [ "content", "appId" ], "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