update-todo
Modify an existing todo in the Things app by updating its title, notes, tags, deadline, or status (completed/canceled) using its unique ID. Simplifies task management through direct adjustments.
Instructions
Update an existing todo in Things
Input Schema
Name | Required | Description | Default |
---|---|---|---|
canceled | No | Mark as canceled | |
completed | No | Mark as completed | |
deadline | No | New deadline | |
id | Yes | ID of the todo to update | |
notes | No | New notes | |
tags | No | New tags | |
title | No | New title | |
when | No | New schedule |