update_todo_status
Modify the completion status of a specific todo item by providing its ID and the new status, enabling efficient progress tracking in software development planning.
Instructions
Update the completion status of a todo item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isComplete | Yes | New completion status | |
todoId | Yes | ID of the todo item |