get_output_tail
Retrieve the most recent lines of program output to quickly review logs or errors. Filter by category for targeted inspection.
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 |