kusto_execute
Run Kusto queries and control commands with complete CLI parameters, supporting multiple statements and custom connection settings.
Instructions
Execute advanced Kusto commands with full CLI options. Use this for control commands, multiple statements, or when you need fine-grained control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of KQL commands/queries to execute in sequence | |
| connectionName | No | Name of a saved connection to use | |
| connectionString | No | Direct connection string (overrides connectionName). Format: Data Source=https://cluster.kusto.windows.net;Initial Catalog=database | |
| database | No | Database name (overrides connection default) | |
| authMethod | No | Authentication method when using connectionString directly | |
| managedIdentityId | No | Client ID for managed identity authentication | |
| timeout | No | Execution timeout in milliseconds | |
| quitOnError | No | Stop execution on first error | |
| format | No | Output format |