get_output_tail
Retrieve the last lines of program output to quickly check recent activity. Optionally filter by stdout, stderr, or console output.
Instructions
Get the last N lines of program output.
Useful for checking recent output without loading everything. The user cannot see this - summarize relevant info for them.
Args: lines: Number of lines to return (default 50) category: Filter by category: "stdout", "stderr", or "console" (default: all)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | ||
| category | No |