get_task_stdout_tail
Read the last N lines of agent stdout/stderr to monitor running tasks or inspect completed results. Uses live logs during execution, falls back to result.md after completion.
Instructions
Read the last N lines of agent stdout/stderr. Reads from real-time stdout.log/stderr.log during execution, falls back to result.md after completion. Works on pending, running, and completed tasks. Default 80 lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Tail line count (default 80, max 200) | |
| task_id | Yes | Task ID |