Skip to main content
Glama

MCP JSON Document Collection Server

by jimpick

save_json_doc_to_db

Store JSON documents in a specified document database using the MCP JSON Document Collection Server, enabling CRUD operations and cloud synchronization for efficient data management.

Instructions

Save a JSON document to a document database

Input Schema

NameRequiredDescriptionDefault
databaseNameYesdocument database to save to
docYesJSON document to save

Input Schema (JSON Schema)

{ "properties": { "databaseName": { "description": "document database to save to", "type": "string" }, "doc": { "description": "JSON document to save", "type": "object" } }, "required": [ "doc", "databaseName" ], "type": "object" }

You must be authenticated.

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