get_task_stdout_tail
Read the most recent stdout/stderr output from an agent task, whether pending, running, or completed. Line count adjustable, default 80.
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 |