set_action_item_status
Set an action item's status to suggested, todo, or done. Use to complete items, reopen them, or promote AI suggestions to your todo list.
Instructions
Move an action item between suggested, todo and done.
USE WHEN: Completing an item (done), reopening it (todo), or accepting an AI-suggested item by promoting it from suggested to todo.
USE INSTEAD: update_action_item for title, notes, assignee or due date; this tool only sets status.
FIRST: id comes from list_my_action_items (field results[].id) — call it first if you don't have one.
EXAMPLE: {"id":"ai-abc","status":"done"}
RETURNS: The updated action item, same shape as get_action_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes |