tail_job_output
Retrieve the last N lines of stdout and stderr for a specific job on the MCP Background Job Server, enabling real-time monitoring and debugging of long-running processes.
Instructions
Get the last N lines of stdout and stderr from a job.
Args: job_id: The UUID of the job to tail lines: Number of lines to return (1-1000, default 50)
Returns: ProcessOutput containing the last N lines of stdout and stderr
Input Schema
Name | Required | Description | Default |
---|---|---|---|
job_id | Yes | Job ID to tail | |
lines | No | Number of lines to return |