get_most_frequent_queries
Retrieve the most frequently executed queries from the system:completed_requests catalog to identify common query patterns and optimize performance.
Instructions
Get the N most frequent queries from the system:completed_requests catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of queries to return (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |