Skip to main content
Glama

MCP Background Task Server

by nanoseil

stop-background-task

Stop a running background task by specifying its unique name. Use this tool to manage and terminate long-running processes efficiently within MCP-compatible systems.

Instructions

Stops a running background task by its name.

Input Schema

NameRequiredDescriptionDefault
nameYesUnique name of the task to stop

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Unique name of the task to stop", "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