Skip to main content
Glama

Windows Command Line MCP Server

by alxspiker

get_system_info

Retrieve detailed system information on OS, hardware, and user data via Windows Command Line MCP Server. Specify 'basic' or 'full' detail levels for tailored insights.

Instructions

Retrieve system information including OS, hardware, and user details. Can provide basic or full details.

Input Schema

NameRequiredDescriptionDefault
detailNoLevel of detailbasic

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "detail": { "default": "basic", "description": "Level of detail", "enum": [ "basic", "full" ], "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