MCP JSON Document Collection Server

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

ID: zk162p0woy