Skip to main content
Glama

MCP JSON Document Collection Server

by jimpick

load_json_doc_from_db

Retrieve a JSON document by specifying its ID and the database name for efficient data access and management in the MCP environment.

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

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