edit_tag
Modify tag name, status, or parent to keep your task hierarchy organized.
Instructions
Rename a tag, change its status (active/onHold/dropped), or move it under a different parent tag (empty string moves to root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the tag to edit | |
| name | No | The name of the tag to edit (as fallback if ID not provided) | |
| newName | No | New name for the tag | |
| newStatus | No | New status: 'active' (available), 'onHold' (does not allow next actions), or 'dropped' (hidden) | |
| newParentTagName | No | Move the tag under this parent tag. Use an empty string "" to move it to the root level. |