Skip to main content
Glama

MCP JSON Document Collection Server

by jimpick

load_json_doc_from_db

Retrieve a specific JSON document by its ID from a designated document database using the MCP JSON Document Collection Server’s querying capabilities.

Instructions

Load a JSON document by ID from a document database

Input Schema

NameRequiredDescriptionDefault
databaseNameNoname of document database to load from
idYesID of document to load

Input Schema (JSON Schema)

{ "properties": { "databaseName": { "description": "name of document database to load from", "type": "string" }, "id": { "description": "ID of document to load", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from MCP JSON Document Collection 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/jimpick/mcp-json-db-collection-server'

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