Skip to main content
Glama

Super Windows CLI MCP Server

by Faucet94

get_command_history

Retrieve a history of previously executed commands on the Windows CLI MCP Server, including details like command, output, timestamp, and exit code, with customizable limit options.

Instructions

Get the history of executed commands

Example usage:

{ "limit": 5 }

Example response:

[ { "command": "Get-Process", "output": "...", "timestamp": "2024-03-20T10:30:00Z", "exitCode": 0 } ]

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of history entries to return (default: 10, max: 1000)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of history entries to return (default: 10, max: 1000)", "type": "number" } }, "type": "object" }
Install Server

Other Tools from Super Windows CLI 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/Faucet94/super-win-cli-mcp-server'

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