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
Name | Required | Description | Default |
---|---|---|---|
collection_name | Yes | ||
document_id | Yes | ||
scope_name | Yes |