Skip to main content
Glama

MCP Background Job Server

by dylan-gluck

interact_with_job

Send input to a job's stdin via its ID and retrieve immediate stdout/stderr output. Designed for asynchronous command execution and interaction within the MCP Background Job Server.

Instructions

Send input to a job's stdin and return any immediate output.

Args: job_id: The UUID of the job to interact with input: Text to send to the job's stdin

Returns: ProcessOutput containing any immediate stdout/stderr output after sending input

Input Schema

NameRequiredDescriptionDefault
inputYesInput to send to the job's stdin
job_idYesJob ID to interact with

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Input to send to the job's stdin", "title": "Input", "type": "string" }, "job_id": { "description": "Job ID to interact with", "title": "Job Id", "type": "string" } }, "required": [ "job_id", "input" ], "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