Skip to main content
Glama

get_system_info

Retrieve system information from Windows computers using PowerShell, including hardware details, OS configuration, and system properties for enterprise management and monitoring.

Instructions

Get system information.

Args: properties: List of ComputerInfo properties to retrieve (optional) timeout: Command timeout in seconds (1-300, default 60)

Input Schema

NameRequiredDescriptionDefault
propertiesNo
timeoutNo

Input Schema (JSON Schema)

{ "properties": { "properties": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Properties" }, "timeout": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 60, "title": "Timeout" } }, "type": "object" }

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/DynamicEndpoints/PowerShell-Exec-MCP-Server'

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