WinTerm MCP

send_control_character

Send control signals like Ctrl+C to a Windows terminal via WinTerm MCP, enabling AI models to execute terminal commands or manage processes programmatically.

Instructions

Send a control character to the terminal

Input Schema

NameRequiredDescriptionDefault
letterYesThe letter corresponding to the control character (e.g., "C" for Ctrl+C)

Input Schema (JSON Schema)

{ "properties": { "letter": { "description": "The letter corresponding to the control character (e.g., \"C\" for Ctrl+C)", "type": "string" } }, "required": [ "letter" ], "type": "object" }

You must be authenticated.

Other Tools from WinTerm MCP

Related Tools

ID: fzjwms9o1t