Software Planning Tool

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

NameRequiredDescriptionDefault
isCompleteYesNew completion status
todoIdYesID of the todo item

Input Schema (JSON Schema)

{ "properties": { "isComplete": { "description": "New completion status", "type": "boolean" }, "todoId": { "description": "ID of the todo item", "type": "string" } }, "required": [ "todoId", "isComplete" ], "type": "object" }

You must be authenticated.

Other Tools from Software Planning Tool

Related Tools

ID: a35c7qc7ie