Skip to main content
Glama

Couchbase MCP Server

get_schema_for_collection

Retrieve the schema for a specified collection within a Couchbase scope by using INFER. This tool enables structured data access and interaction with Couchbase clusters via the MCP Server.

Instructions

Get the schema for a collection in the specified scope. Returns a dictionary with the schema returned by running INFER on the Couchbase collection.

Input Schema

NameRequiredDescriptionDefault
collection_nameYes
scope_nameYes

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" }, "scope_name": { "title": "Scope Name", "type": "string" } }, "required": [ "scope_name", "collection_name" ], "title": "get_schema_for_collectionArguments", "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