Skip to main content
Glama

MCP Background Job Server

by dylan-gluck

execute_command

Run shell commands as background jobs using a job ID for tracking and management. Enables asynchronous execution and monitoring of long-running processes on the MCP Background Job Server.

Instructions

Execute a command as a background job and return job ID.

Args: command: Shell command to execute in the background

Returns: ExecuteOutput containing the job ID (UUID) of the started job

Input Schema

NameRequiredDescriptionDefault
commandYesShell command to execute

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Shell command to execute", "title": "Command", "type": "string" } }, "required": [ "command" ], "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