Skip to main content
Glama

MCP Background Job Server

by dylan-gluck

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

NameRequiredDescriptionDefault
job_idYesJob ID to get output from

Input Schema (JSON Schema)

{ "properties": { "job_id": { "description": "Job ID to get output from", "title": "Job Id", "type": "string" } }, "required": [ "job_id" ], "type": "object" }

Other Tools from MCP Background Job Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dylan-gluck/mcp-background-job'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server