Skip to main content
Glama

Couchbase MCP Server

get_document_by_id

Retrieve a specific document by its ID from a designated scope and collection in Couchbase MCP Server, raising an exception if the document is not found.

Instructions

Get a document by its ID from the specified scope and collection. If the document is not found, it will raise an exception.

Input Schema

NameRequiredDescriptionDefault
collection_nameYes
document_idYes
scope_nameYes

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" }, "document_id": { "title": "Document Id", "type": "string" }, "scope_name": { "title": "Scope Name", "type": "string" } }, "required": [ "scope_name", "collection_name", "document_id" ], "title": "get_document_by_idArguments", "type": "object" }

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/Couchbase-Ecosystem/mcp-server-couchbase'

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