Skip to main content
Glama

mcp-database-server

load_json_doc

Retrieve a JSON document from the MCP database server by specifying its unique ID. Use this tool to access stored data in the Fireproof ledger database with multi-user sync capabilities.

Instructions

Load a JSON document by ID

Input Schema

NameRequiredDescriptionDefault
idYesID of document to load

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of document to load", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-database-server

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/fireproof-storage/mcp-database-server'

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