Skip to main content
Glama

CouchDB MCP Server

getDocument

Retrieve a specific document from a CouchDB database by providing the database name and document ID, enabling efficient data access and management.

Instructions

Get a document from a database

Input Schema

NameRequiredDescriptionDefault
dbNameYesDatabase name
docIdYesDocument ID

Input Schema (JSON Schema)

{ "properties": { "dbName": { "description": "Database name", "type": "string" }, "docId": { "description": "Document ID", "type": "string" } }, "required": [ "dbName", "docId" ], "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