Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_svc_list

Read-onlyIdempotent

List Windows services with optional filtering by status (running, stopped, or all) and include/exclude system services. Provides service names, display names, and current statuses.

Instructions

List Windows services, optionally filtered by status.

Return Format

{"success": true, "services": [{"name": str, "display_name": str, "status": str}], "count": int}

Examples

list(filter_status="running")
list(include_system=False)

Errors:

  • Returns success=false if pywin32 is not installed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filter_statusNoFilter by status: running, stopped, or all.
include_systemNoInclude Windows system services.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the core safety profile is covered. The description adds meaningful behavioral context by documenting the exact return format and the dependency error when pywin32 is not installed.

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 concise and well-structured with clear sections for return format, examples, and errors. Every element serves a purpose and there is no redundant prose.

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

Completeness5/5

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

Despite having no output schema, the description provides the full return JSON structure, practical examples, and error conditions. For a simple two-parameter list operation with strong annotations, this is complete and self-sufficient.

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 description coverage is 100%, so the schema already documents both filter_status and include_system. The description's examples demonstrate usage patterns but do not add new semantic meaning beyond what the schema provides, matching the baseline for high schema coverage.

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?

Description clearly states the tool lists Windows services with optional status filtering. It distinguishes from start/stop/restart operations, but does not explicitly contrast with the sibling winops_svc_status, so it falls short of full differentiation.

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?

Examples show valid invocations with filter_status and include_system, implying when to use those options. However, there is no explicit guidance on when to choose this tool over winops_svc_status nor when not to use it, leaving the usage context only partially implied.

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