Skip to main content
Glama
johnib

kusto-mcp

by johnib

report-issue

Report bugs or request features for the kusto-mcp server. Generates a pre-filled GitHub issue link without needing a token or Kusto connection.

Instructions

Report a bug or request a feature for kusto-mcp on GitHub. Returns a pre-filled GitHub issue link you open in your browser and submit under your own GitHub account — no GitHub token is used or stored, and no Kusto connection is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoFull description (Markdown): what happened, expected vs actual behavior, and steps to reproduce.
titleYesShort summary line for the GitHub issue
labelsNoLabels to pre-select, e.g. ['bug'] or ['enhancement'].
includeDiagnosticsYesAppend non-sensitive environment info (kusto-mcp/node/OS/MCP-client versions, connection state, response format, write mode). Never includes cluster URL, database, identity, query text, or results.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It discloses that the tool returns a pre-filled link, requires user submission under own account, and details includeDiagnostics behavior. Could mention error handling, but sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences covering purpose, behavior, and key constraints. No wasted words; front-loaded with main action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 4 params, no output schema, and no annotations, the description covers purpose, return value, and parameter nuances. Lacks error handling or fallback info, but complete enough for typical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, baseline 3. Description adds meaning by explaining the overall flow and elaborating on includeDiagnostics (what’s excluded). Provides context beyond schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool reports bugs/features for kusto-mcp on GitHub, with clear verb 'Report' and resource. It distinguishes from sibling tools (execute-query, initialize-connection, etc.) which focus on Kusto operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for reporting issues without GitHub token or Kusto connection, but lacks explicit 'when to use' vs alternatives. Context from siblings makes differentiation clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnib/kusto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server