Skip to main content
Glama

CockroachDB MCP Server

get_cluster_status

Retrieve cluster health and node distribution for CockroachDB MCP Server. View summary or detailed node status to monitor and manage database performance.

Instructions

Get cluster health and node distribution.

Args: detailed (bool): If True, returns all node details. If False, returns summary info.

Returns: Details about the cluster's status and how nodes/ranges are distributed or an error message.

Input Schema

NameRequiredDescriptionDefault
detailedNo

Input Schema (JSON Schema)

{ "properties": { "detailed": { "default": false, "title": "Detailed", "type": "boolean" } }, "title": "get_cluster_statusArguments", "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/amineelkouhen/mcp-cockroach'

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