update_todo_status
Modify the completion status of a specific todo item using its ID in the Software Planning Tool, enabling accurate progress tracking and task management during 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 |