complete_todo_task
Mark a specific task as completed in a TODO list by providing the project ID, TODO list number, and task number. Simplifies task management within the Knowledge MCP Server.
Instructions
Mark a task as completed in 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 complete | |
todo_number | Yes | The TODO list number |