Skip to main content
Glama

MCP Background Task Server

by nanoseil

send-to-task-stdin

Send data to the stdin of a running background task within the MCP server. Specify the task name and input data to streamline task communication and management.

Instructions

Sends data to the stdin of a running background task.

Input Schema

NameRequiredDescriptionDefault
dataYesData to send to the task's stdin
nameYesUnique name of the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "description": "Data to send to the task's stdin", "type": "string" }, "name": { "description": "Unique name of the task", "type": "string" } }, "required": [ "name", "data" ], "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