Skip to main content
Glama

MCP Background Task Server

by nanoseil

get-task-stderr

Retrieve the standard error output of a running background task by specifying its unique name, enabling error monitoring and debugging for long-running processes.

Instructions

Retrieves the stderr of a running background task.

Input Schema

NameRequiredDescriptionDefault
nameYesUnique name of the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Unique name of the task", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from MCP Background Task 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/nanoseil/mcp-bgtask'

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