CouchDB MCP Server

createDocument

Create or update a document in a specified CouchDB database by providing database name, document ID, and data for structured document management.

Instructions

Create a new document or update an existing document in a database

Input Schema

NameRequiredDescriptionDefault
dataYesDocument data
dbNameYesDatabase name
docIdYesDocument ID

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Document data", "type": "object" }, "dbName": { "description": "Database name", "type": "string" }, "docId": { "description": "Document ID", "type": "string" } }, "required": [ "dbName", "docId", "data" ], "type": "object" }

You must be authenticated.

Other Tools from CouchDB MCP Server

Related Tools

ID: n2dyvn3v83