Skip to main content
Glama

WinTerm MCP

by capecoma

send_control_character

Send control characters to the Windows terminal using a specific letter (e.g., "C" for Ctrl+C) to manage processes or commands programmatically via the WinTerm MCP server.

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" }
Install Server

Other Tools from WinTerm MCP

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/capecoma/winterm-mcp'

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