WinTerm MCP

read_terminal_output

Capture and retrieve specified lines of terminal output on a Windows command line via the WinTerm MCP server, enabling AI models to interact with command line results programmatically.

Instructions

Read the output from the terminal

Input Schema

NameRequiredDescriptionDefault
linesOfOutputYesNumber of lines of output to read

Input Schema (JSON Schema)

{ "properties": { "linesOfOutput": { "description": "Number of lines of output to read", "type": "number" } }, "required": [ "linesOfOutput" ], "type": "object" }

You must be authenticated.

Other Tools from WinTerm MCP

Related Tools

ID: fzjwms9o1t