execute-query
Runs KQL queries against Azure Data Explorer and returns results, with configurable row limits to prevent overflow.
Instructions
Runs KQL queries and returns results. By default, limits results to 20 rows to prevent context overflow. Use the "limit" parameter to specify a different maximum. If results are marked as partial, consider revising your query to use aggregations, filters, or summarizations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of rows to return (default: 20) | |
| query | Yes | The query to execute |