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
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID of the project containing the task (e.g., proj-1). | |
taskId | Yes | The ID of the task to delete (e.g., task-1). |