kusto_schema
Retrieve database schema information including tables, columns, and types from Azure Data Explorer (Kusto). Specify scope to list databases, tables, or get details for a specific table.
Instructions
Get database schema information including tables, columns, and their types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Scope of schema to retrieve. "databases" lists all databases, "tables" lists all tables, "table" gets schema for specific table, "functions" lists functions. | |
| tableName | No | Table name (required when scope is "table") | |
| connectionName | No | Name of a saved connection to use | |
| database | No | Database name (overrides connection default) |