Skip to main content
Glama

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

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/robertoamoreno/couchdb-mcp-server'

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