taskqueue-mcp

delete_task

Remove a specific task from a project by providing the project ID and task ID. This tool ensures task management clarity within the taskqueue-mcp system.

Instructions

Remove a task from a project.

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID of the project containing the task (e.g., proj-1).
taskIdYesThe ID of the task to delete (e.g., task-1).

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "The ID of the project containing the task (e.g., proj-1).", "type": "string" }, "taskId": { "description": "The ID of the task to delete (e.g., task-1).", "type": "string" } }, "required": [ "projectId", "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from taskqueue-mcp

Related Tools

ID: wb0ya36k4k