remove_todo_task
Remove a specific task from a TODO list on the Knowledge MCP Server by specifying the project ID, TODO list number, and task number. Ensures organized task management for projects.
Instructions
Remove a task from a TODO list. Returns: {success: bool, message: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier | |
task_number | Yes | The task number to remove | |
todo_number | Yes | The TODO list number |