update_project
Edit project details such as name, status, defer/due dates, and flagged state to maintain accurate project tracking.
Instructions
Update properties of an existing project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The project ID | |
| name | No | New project name | |
| note | No | New project note | |
| status | No | New project status | |
| sequential | No | Whether tasks must be completed in order | |
| singleActionList | No | Whether this is a single-action list | |
| completedByChildren | No | Auto-complete when all children are completed | |
| deferDate | No | New defer date (ISO 8601) or null to clear | |
| dueDate | No | New due date (ISO 8601) or null to clear | |
| plannedDate | No | New planned date (ISO 8601) or null to clear | |
| flagged | No | New flagged status | |
| reviewInterval | No | New review interval |