get_query_history
Retrieve the history of executed queries on CockroachDB MCP Server. Specify the number of recent queries to return for efficient monitoring and analysis.
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 |