Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

autonomous_troubleshooter

Read-only

Diagnose why a Windows operation failed by analyzing event logs and process snapshots, then receive root-cause analysis and remediation steps.

Instructions

Diagnose why a Windows operation failed using event logs, process list, and LLM sampling.

Phases: (1) Query recent System log errors, (2) Snapshot running processes, (3) LLM root-cause analysis with remediation steps.

Return Format

{
  "success": bool,
  "failure_reported": str,
  "event_log_summary": any,
  "root_cause_analysis": str
}

Examples

autonomous_troubleshooter(operation_failure="Could not start WinRM service — access denied")

Notes:

  • ctx is required for sampling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operation_failureYesDescription of the failure to investigate.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv15.3.0
    • addedInput schema / properties / operation_failure / description
      Added value: +"Description of the failure to investigate."
  2. First observedv14.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe/read-only nature is known. The description additionally discloses the multi-step process (query System logs, snapshot processes, LLM analysis) and the requirement that `ctx` is needed for sampling. This adds meaningful behavioral context beyond annotations, though it could mention potential latency or failure modes.

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?

The description is well-structured with phases, a return format block, an example, and notes. Every element serves a purpose, including the explicit `ctx` requirement and the return type examples. It is concise yet complete, with no fluff.

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?

The description covers the essential workflow, output format, and an example, and the output schema is defined separately. It lacks details about edge cases (e.g., empty event logs, LLM unavailability, time range of 'recent' System logs), but overall provides sufficient context for an agent to select and invoke the tool correctly.

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?

The input schema has 100% coverage for the single parameter `operation_failure`, with a clear description. The tool description adds value by placing the parameter in context through the example call and by explaining the investigation workflow, which aids correct usage. This exceeds the baseline 3.

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 clearly states the tool's purpose: 'Diagnose why a Windows operation failed using event logs, process list, and LLM sampling.' This identifies a specific verb (diagnose), resource (Windows operation), and method, distinguishing it from sibling tools that perform raw queries (e.g., winops_evtlog_query, winops_process_list).

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 provides a clear use case: when a Windows operation fails. It outlines the multi-phase approach, implying it should be used for end-to-end diagnosis rather than individual low-level queries. However, it does not explicitly state when *not* to use it or mention alternative tools, so it falls short of a 5.

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

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/sandraschi/windows-operations-mcp'

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