Heptabase MCP

by LarryStanley
MIT License

compareBackups

Compare two Heptabase backups to analyze differences using specified backup IDs. Export results to a designated path for detailed insights into your data changes.

Input Schema

NameRequiredDescriptionDefault
backupId1Yes
backupId2Yes
exportPathNo
whiteboardIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "backupId1": { "type": "string" }, "backupId2": { "type": "string" }, "exportPath": { "type": "string" }, "whiteboardId": { "type": "string" } }, "required": [ "backupId1", "backupId2" ], "type": "object" }

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/LarryStanley/heptabse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server