Skip to main content
Glama

CockroachDB MCP Server

analyze_performance

Evaluate query performance and latency metrics (e.g., P50, P99) for specific queries or time ranges within CockroachDB to optimize database operations and identify bottlenecks.

Instructions

Analyze query performance statistics for a given query or time range.

Args: query (str): Query string to filter (default: ""). time_range (str): Time range for analysis (default: '1:0', format: 'minutes').

Returns: Statistics about performance and latency (e.g., P50, P99).

Input Schema

NameRequiredDescriptionDefault
queryYes
time_rangeNo1:0

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "time_range": { "default": "1:0", "title": "Time Range", "type": "string" } }, "required": [ "query" ], "title": "analyze_performanceArguments", "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