Skip to main content
Glama

Heptabase MCP

by LarryStanley

compareBackups

Compare two Heptabase backups by providing backup IDs to analyze differences, enabling users to identify changes and export results for further review.

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" }

Other Tools from Heptabase MCP

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

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