WinTerm MCP

read_terminal_output

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