hub_task_update
Update a task by marking it done, reassigning, reprioritizing, editing text/deadline/category, or modifying tags and dependencies.
Instructions
Update a task: close it (status=done), reassign, reprioritise, edit text/deadline/cat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| id | Yes | bare number or a node-scoped id like "planck-3" | |
| cat | No | technical | communicative | decision | chore — anything else is kept as a tag instead | |
| tags | No | free-form labels; replaces the task's tag list | |
| text | No | ||
| status | No | ||
| assignee | No | ||
| deadline | No | ||
| resources | No | resource slugs this task touches | |
| depends_on | No | task ids this task waits on | |
| importance | No |