set_priority
Set or change a task's priority (Most/Very/Important/Low) and frog marker via task ID. Specify priority 3/2/1/-1/0 and frog 3/2/1/0; low priority requires enabling the Priorities strategy.
Instructions
Set or change priority (isStarred) and/or the frog marker on an existing TASK. Requires the Full Access Token. The app's four levels are stored as isStarred 3/2/1/-1 (Most/Very/Important/Low priority; -1 verified against the app's code and live-tested 2026-08-30). Low priority is shown in the app only with 'Enable low priority' on in the Priorities strategy; the value is stored regardless. Does not apply to projects: they use the string field priority ('high'/'mid'/'low' = Most/Very/Important; no Low level), not isStarred — set it via update_category_or_project. A permanent 500 = the task does not exist (deleted or wrong ID) — the server responds 500 instead of 404 (verified live 2026-08-29); fetch a fresh ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frog | No | Frog: 3=monster, 2=baby, 1=normal, 0=remove | |
| item_id | Yes | Task ID | |
| priority | No | Priority (isStarred): 3=Most important/red, 2=Very important/orange, 1=Important/yellow, -1=Low priority (down arrow), 0=remove |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||