Skip to main content
Glama

WinTerm MCP

by capecoma

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

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