sentinel_query_validate
Validate KQL query syntax locally to ensure proper structure before execution in Microsoft Sentinel.
Instructions
Validate KQL Query Syntax locally
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | Yes |
Validate KQL query syntax locally to ensure proper structure before execution in Microsoft Sentinel.
Validate KQL Query Syntax locally
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions 'locally' which implies no network call or resource consumption, but doesn't disclose what validation entails (syntax checking, semantic validation, performance estimation), what errors might be returned, or whether this affects any system state. For a validation tool with zero annotation coverage, this is insufficient behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise at just 5 words. It's front-loaded with the core purpose and wastes no words. Every word earns its place by conveying essential information about what the tool does and its scope.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's apparent simplicity (single parameter, no output schema), the description is incomplete. It doesn't explain what constitutes valid KQL syntax, what the validation output looks like, or how this differs from executing queries. With no annotations and minimal parameter documentation, the description should provide more context about the tool's behavior and results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description provides no information about the single parameter 'kwargs'. With 0% schema description coverage and no parameter details in the description, the agent has no guidance on what to pass. The description doesn't compensate for the schema's lack of documentation, leaving the parameter's purpose and format completely unspecified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Validate KQL Query Syntax locally'. It specifies the verb (validate), resource (KQL Query Syntax), and scope (locally). However, it doesn't differentiate from sibling tools like 'sentinel_logs_search' which might also involve KQL queries but for different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, when validation is needed, or what happens after validation. With many sibling tools for Sentinel operations, this lack of context leaves the agent guessing about appropriate usage scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dstreefkerk/ms-sentinel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server