Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BASE_URL | Yes | The base URL of your Tiptap collaboration service. This parameter is required and the server will exit if not provided. | |
API_TOKEN | No | API token for authentication with the Tiptap collaboration service. While not strictly required, most operations will fail without proper authentication. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
batch_import_documents | Import multiple documents in bulk using a predefined JSON structure |
create_document | Create a new collaborative document |
delete_document | Delete a collaborative document |
duplicate_document | Duplicate a collaborative document |
encrypt_document | Encrypt a collaborative document using Base64 encryption |
export_markdown | Convert Tiptap JSON content to Markdown format using the Tiptap Conversion API |
get_collaboration_health | Get the health status of the Tiptap collaboration service |
get_document | Get information about a collaborative document |
get_document_statistics | Get real-time statistics for a specific document including current connections and connected IPs |
get_server_statistics | Get server-wide statistics including total documents, connections, and usage metrics |
import_markdown | Convert Markdown content to Tiptap JSON format using the Tiptap Conversion API |
list_documents | List all collaboratiion documents |
search_documents | Search documents using semantic search (requires Tiptap Semantic Search to be enabled) |
update_document | Update a collaborative document with new content |