Skip to main content
Glama

Couchbase MCP Server

get_schema_for_collection

Retrieve the schema of a specified Couchbase collection by running an INFER query, returning a dictionary with collection name and inferred schema.

Instructions

Get the schema for a collection in the specified scope. Returns a dictionary with the collection name and the schema returned by running INFER query 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" }

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

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