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
Name | Required | Description | Default |
---|---|---|---|
limit | No |