Skip to main content
Glama
sandraschi

Windows Operations MCP

system_management

Check system health, gather detailed info, test network ports, or get help with common system operations, using a single tool with real-time progress and error diagnostics.

Instructions

Perform system management operations with comprehensive error handling and agentic telemetry.

RATIONALE: Consolidates system info, health checks, and network connectivity into a single portmanteau. Integrates with FastMCP 3.2 Context for real-time progress reporting and LLM-in-the-loop diagnostics.

Args: action: The system operation to perform. detailed: Include additional technical details (default: False). host: Target hostname for port testing. port: Target port for connectivity verification. timeout_seconds: Connection timeout (default: 5s). category: Help category filter. ctx: FastMCP Context for telemetry and sampling (injected).

Examples: - system_management(action="health", detailed=True) - system_management(action="test_port", host="8.8.8.8", port=53)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
detailedNo
hostNo
portNo
timeout_secondsNo
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description mentions integration with 'FastMCP 3.2 Context for real-time progress reporting and LLM-in-the-loop diagnostics', which is useful behavioral context. Since no annotations are provided, this is valuable. However, it does not disclose destructive potential, error behavior, or side effects beyond error handling.

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 structured with sections (DESCRIPTION, RATIONALE, Args, Examples) and is relatively compact for 6 parameters. It front-loads the purpose and rationale. Minor redundancy in the RATIONALE could be trimmed, but overall well-organized.

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 6 parameters, 0% schema coverage, and no annotations, the description provides thorough parameter documentation, examples, and behavioral context (telemetry). Output schema exists (not shown) but isn't needed to explain return values per instructions. It covers the tool's scope adequately.

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 description explains parameters in the Args section, detailing purpose for each (e.g., 'action: The system operation to perform', 'host: Target hostname for port testing'). Schema coverage is 0%, so description fully compensates by listing meaning for all 6 parameters, including default values and usage context.

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

Purpose4/5

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

The description states the tool performs 'system management operations' including info, health checks, and network connectivity. It lists example actions, which clarifies the resource and verb. However, it does not explicitly distinguish from siblings like 'system_health_card' or 'autonomous_troubleshooter' that also perform health checks.

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

Usage Guidelines3/5

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

The description provides a RATIONALE explaining consolidation of multiple operations, and includes example usages. However, it does not offer explicit guidance on when to use this tool versus sibling tools that may overlap (e.g., system_health_card for health, command_execution for general commands).

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