Terminal Controller for MCP

by GongRzhe
Verified

get_command_history

Retrieve recent command execution history on the Terminal Controller for MCP server by specifying the number of records. Returns a formatted history for easy review and analysis.

Instructions

Get recent command execution history Args: count: Number of recent commands to return Returns: Formatted command history record

Input Schema

NameRequiredDescriptionDefault
countNo

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "title": "Count", "type": "integer" } }, "title": "get_command_historyArguments", "type": "object" }

You must be authenticated.

Other Tools from Terminal Controller for MCP

Related Tools

ID: i59xcpycnh