get_server_statistics
Retrieve server-wide metrics such as total documents, active connections, and usage statistics to monitor and manage Tiptap collaborative document services efficiently.
Instructions
Get server-wide statistics including total documents, connections, and usage metrics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}