Skip to main content
Glama

Heptabase MCP

by LarryStanley

compareBackups

Analyze and compare two Heptabase backups by their IDs to identify differences, retrieve insights, and export results for further evaluation.

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

You must be authenticated.

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/heptabase-mcp'

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