Apache CouchDB · Capability
Apache CouchDB HTTP API — Documents
Apache CouchDB HTTP API — Documents. 6 operations. Lead operation: Apache CouchDB Get All Documents. Self-contained Naftiko capability covering one Apache Couchdb business surface.
What You Can Do
GET
Getalldocs
— Apache CouchDB Get All Documents
/v1/{db}/all-docs
POST
Bulkgetdocs
— Apache CouchDB Bulk Get Documents
/v1/{db}/all-docs
POST
Bulkdocs
— Apache CouchDB Bulk Document Operations
/v1/{db}/bulk-docs
GET
Getdocument
— Apache CouchDB Get Document
/v1/{db}/{docid}
PUT
Createorupdatedocument
— Apache CouchDB Create or Update Document
/v1/{db}/{docid}
DELETE
Deletedocument
— Apache CouchDB Delete Document
/v1/{db}/{docid}
MCP Tools
apache-couchdb-get-all-documents
Apache CouchDB Get All Documents
read-only
idempotent
apache-couchdb-bulk-get-documents
Apache CouchDB Bulk Get Documents
read-only
apache-couchdb-bulk-document-operations
Apache CouchDB Bulk Document Operations
apache-couchdb-get-document
Apache CouchDB Get Document
read-only
idempotent
apache-couchdb-create-update-document
Apache CouchDB Create or Update Document
idempotent
apache-couchdb-delete-document
Apache CouchDB Delete Document
idempotent