Skip to main content
Glama

Windows Command Line MCP Server

by alxspiker

get_service_info

Retrieve detailed status or query all Windows services using a secure MCP server to manage and monitor system services via command-line interaction.

Instructions

Retrieve information about Windows services. Can query all services or get detailed status of a specific service.

Input Schema

NameRequiredDescriptionDefault
actionNoAction to performquery
serviceNameNoService name to get info about (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "default": "query", "description": "Action to perform", "enum": [ "query", "status" ], "type": "string" }, "serviceName": { "description": "Service name to get info about (optional)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Windows Command Line MCP Server

Related Tools

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/alxspiker/Windows-Command-Line-MCP-Server'

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