Skip to main content
Glama

mcp-chain-of-thought

delete_task

Remove unfinished tasks from the mcp-chain-of-thought server by specifying their unique task ID, ensuring completed tasks remain intact for record integrity.

Instructions

Delete unfinished tasks, but does not allow deleting completed tasks, ensuring the integrity of system records

Input Schema

NameRequiredDescriptionDefault
taskIdYesUnique identifier of the task to delete, must be an existing unfinished task ID in the system

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "description": "Unique identifier of the task to delete, must be an existing unfinished task ID in the system", "format": "uuid", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

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/liorfranko/mcp-chain-of-thought'

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