get_job_output
Retrieve the complete stdout and stderr output of a job using its UUID on the MCP Background Job Server, enabling detailed process monitoring and analysis.
Instructions
Get the complete stdout and stderr output of a job.
Args: job_id: The UUID of the job to get output from
Returns: ProcessOutput containing the complete stdout and stderr content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
job_id | Yes | Job ID to get output from |