Skip to main content
Glama

CockroachDB MCP Server

get_query_history

Retrieve the history of executed queries on CockroachDB MCP Server to monitor recent database activity, with configurable limits for the number of queries returned.

Instructions

Get the history of executed queries.

Args: limit (int): Number of recent queries to return (default: 10).

Returns: A list of the last executed queries.

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "title": "get_query_historyArguments", "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