adx-mcp-server

by pab1it0
Verified

execute_query

Run Kusto Query Language (KQL) queries on Azure Data Explorer databases to retrieve structured data in Python-friendly dictionary format.

Instructions

Executes a Kusto Query Language (KQL) query against the configured Azure Data Explorer database and returns the results as a list of dictionaries.

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "execute_queryArguments", "type": "object" }

You must be authenticated.

Other Tools from adx-mcp-server

Related Tools

ID: 1yysyd147h