update_task
Modify a task or project's title, dates, labels, parent, notes, or estimate—only the fields you pass are changed. Requires full-access token.
Instructions
Edit a task or project: rename, move, relabel, (re)schedule, deadlines, estimate, note.
Only the arguments you pass are changed. Requires the full-access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frog | No | ||
| note | No | replace the note (markdown) | |
| clear | No | fields to unset: do_date, due_date, end_date, start_date, estimate, note, planned_week, planned_month, review_date | |
| title | No | ||
| labels | No | replace all labels | |
| parent | No | move to project/category/inbox | |
| do_date | No | day to do it: YYYY-MM-DD, today… | |
| item_id | Yes | task or project id | |
| due_date | No | hard deadline | |
| end_date | No | self-imposed target | |
| add_labels | No | ||
| backburner | No | ||
| importance | No | 3=P1 red, 2=P2, 1=P3/star, 0=none | |
| start_date | No | hidden until then | |
| append_note | No | add to the end of the note | |
| review_date | No | ||
| planned_week | No | Monday, YYYY-MM-DD | |
| planned_month | No | YYYY-MM | |
| remove_labels | No | ||
| estimate_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| done | No | ||
| frog | No | Eat the Frog: 1 frog, 2 baby, 3 monster | |
| type | No | task | |
| title | Yes | ||
| labels | No | ||
| parent | Yes | path like 'Work > Client A > Website', or 'Inbox' | |
| do_date | No | Do date: the day it is scheduled for | |
| updated | Yes | Marvin fields that were changed | |
| due_date | No | Due date: hard deadline | |
| end_date | No | End date: self-imposed target | |
| subtasks | No | done/total, e.g. '1/3' | |
| tracking | No | time tracking running now | |
| recurring | No | ||
| backburner | No | ||
| importance | No | 3 = P1 red, 2 = P2 orange, 1 = P3 yellow | |
| start_date | No | ||
| estimate_min | No | Duration estimate in minutes | |
| note_preview | No | ||
| planned_week | No | ||
| planned_month | No |