Skip to main content
Glama

Couchbase MCP Server

run_sql_plus_plus_query

Execute SQL++ queries on a specified Couchbase scope to retrieve and return data as JSON objects, enabling direct interaction with Couchbase clusters.

Instructions

Run a SQL++ query on a scope and return the results as a list of JSON objects.

Input Schema

NameRequiredDescriptionDefault
queryYes
scope_nameYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "scope_name": { "title": "Scope Name", "type": "string" } }, "required": [ "scope_name", "query" ], "title": "run_sql_plus_plus_queryArguments", "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