Skip to main content
Glama

Tiptap Collaboration MCP Server

by trainual

get_document_statistics

Retrieve real-time statistics for a collaborative document, including active connections and connected IPs, to monitor usage and activity effectively.

Instructions

Get real-time statistics for a specific document including current connections and connected IPs

Input Schema

NameRequiredDescriptionDefault
idYesID of the document to get statistics for

Input Schema (JSON Schema)

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