get_query_history
Retrieve a list of recently executed queries from the CockroachDB MCP Server. Specify the number of queries to return for efficient query history tracking and troubleshooting.
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 |