Skip to main content
Glama

CockroachDB MCP Server

get_replication_status

Retrieve replication and distribution status for a table or entire database in CockroachDB, providing insights into range replication for effective data monitoring and management.

Instructions

Get replication and distribution status for a table or the whole database.

Args: table_name (str): Table name to filter (default: "", for all tables).

Returns: Details about range replication for a specific table or the current database.

Input Schema

NameRequiredDescriptionDefault
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "get_replication_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-cockroachdb'

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