adx-mcp-server

by pab1it0
Verified

get_table_schema

Retrieve schema details for a specified Azure Data Explorer table, including column names, data types, and metadata, to analyze database structure.

Instructions

Retrieves the schema information for a specified table in the Azure Data Explorer database, including column names, data types, and other schema-related metadata.

Input Schema

NameRequiredDescriptionDefault
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "get_table_schemaArguments", "type": "object" }

You must be authenticated.

Other Tools from adx-mcp-server

Related Tools

ID: 1yysyd147h