update_tag
Modify existing OmniFocus tags by renaming them or setting them to active/inactive status to control task availability in queries.
Instructions
Update properties of an existing tag in OmniFocus.
Tags can be renamed or put on hold. Setting active=False puts a tag on hold — tasks with on-hold tags are excluded from available task queries.
Args: tag_id: The ID of the tag to update (from get_tags) name: New tag name (optional) active: Whether the tag is active (optional). False = on hold (tasks with this tag become unavailable). True = active.
Returns: Success message with updated fields, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ||
| name | No | ||
| active | No |