1. kusto_known_services
List all available Kusto services configured in the MCP.
2. kusto_query
Execute KQL queries on the specified database.
3. kusto_command
Execute Kusto management commands (destructive operations).
4. kusto_list_databases
List all databases in the Kusto cluster.
5. kusto_list_tables
List all tables in a specified database.
6. kusto_get_entities_schema
Get schema information for all entities (tables, materialized views, functions) in a database.
7. kusto_get_table_schema
Get detailed schema information for a specific table.
8. kusto_get_function_schema
Get schema information for a specific function, including parameters and output schema.
9. kusto_sample_table_data
Retrieve random sample records from a specified table.
10. kusto_sample_function_data
Retrieve random sample records from the result of a function call.
11. kusto_ingest_inline_into_table
Ingest inline CSV data into a specified table.
12. kusto_get_shots
Retrieve semantically similar query examples from a shots table using AI embeddings.
13. list_eventstreams
List all Eventstreams in your Fabric workspace.
14. get_eventstream
Get detailed information about a specific Eventstream.
15. get_eventstream_definition
Retrieve complete JSON definition of an Eventstream.