Skip to main content
Glama

MCP TaskManager

delete_task

Removes an uncompleted task from a specific request in the MCP TaskManager queue. Displays a progress table of remaining tasks after deletion.

Instructions

Delete a specific task from a request. Only uncompleted tasks can be deleted.

A progress table will be displayed showing the remaining tasks after deletion.

Input Schema

NameRequiredDescriptionDefault
requestIdYes
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "requestId": { "type": "string" }, "taskId": { "type": "string" } }, "required": [ "requestId", "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from MCP TaskManager

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/Rudra-ravi/mcp-taskmanager'

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