kusto_query
Execute KQL queries on Azure Data Explorer with configurable output format and row limits.
Instructions
Execute a KQL (Kusto Query Language) query against an Azure Data Explorer cluster. This is the primary tool for running queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The KQL query to execute | |
| connectionName | No | Name of a saved connection to use. If not specified, uses the default connection. | |
| database | No | Database name to query. Overrides the database in the connection. | |
| maxRows | No | Maximum number of rows to return (default: 10000) | |
| timeout | No | Query timeout in milliseconds (default: 60000) | |
| format | No | Output format: json (structured), table (formatted text), or raw (CSV) |