Skip to main content
Glama
sandraschi

Windows Operations MCP

autonomous_troubleshooter

Diagnoses why a Windows operation failed by scanning Event Log errors, checking running processes, and identifying root causes (permissions, process, or registry) with remediation steps.

Instructions

Diagnose WHY a Windows operation failed (Permissions vs Process vs Registry).

Uses a 3-phase approach:

  1. Scan recent Event Log errors

  2. Check running processes for blockers

  3. Sample for probable root cause and remediation steps

Args: operation_failure: Description of the failure to investigate. ctx: FastMCP Context for telemetry and sampling (required).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operation_failureYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses a 3-phase approach (scan events, check processes, sample) but does not mention side effects, authorization needs, or whether it makes system changes. It mentions sampling and telemetry, which hints at behavioral traits.

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

Conciseness4/5

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

The description is concise (5 sentences) and front-loaded with the main purpose. It uses bullet points for the 3-phase approach, aiding readability. No fluff, but the 'Args' section could be integrated more naturally.

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?

Given the tool has 1 parameter, no annotations, and an output schema exists (not shown), the description explains the methodology and parameter. Additional details on return format would improve completeness, but the core functionality is well-covered.

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

Parameters3/5

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

Schema has 1 parameter with 0% description coverage. The description adds context: 'operation_failure: Description of the failure to investigate.' This clarifies the parameter's role. However, it doesn't specify expected format or examples, which is adequate for a single string parameter.

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 a specific verb+resource: 'Diagnose WHY a Windows operation failed'. It distinguishes from siblings like 'command_execution', 'system_health_card', and 'windows_event_logs' by targeting a specific troubleshooting use case with a structured 3-phase approach. The title is null but the description is clear.

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 indicates when to use: when a Windows operation fails and you need root cause analysis. It implies alternatives exist (e.g., event logs, process list) but doesn't explicitly exclude other tools. The 3-phase approach helps set expectations, but guidance on when not to use this tool is missing.

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

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