Heptabase MCP

by LarryStanley
MIT License

getCardContent

Retrieve card content from Heptabase in raw, markdown, or JSON formats using a card ID for easy data access and integration with AI assistants.

Input Schema

NameRequiredDescriptionDefault
cardIdYes
formatNomarkdown

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cardId": { "type": "string" }, "format": { "default": "markdown", "enum": [ "raw", "markdown", "json" ], "type": "string" } }, "required": [ "cardId" ], "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/heptabase-mcp'

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