set_tag
Create or edit a tag's metadata in Homebox: set name, icon, color, description, parent, or clear parent. Matches existing tags case-insensitively and creates missing ones.
Instructions
Create or edit a tag's own metadata — NOT what's tagged on an item (see
set_tags for that). Matches name case-insensitively against list_tags;
creates the tag if it doesn't exist yet. Only the args you pass are
changed. parent nests this tag under another (existing) tag name, for
grouping related tags in the Homebox UI (e.g. several condition-* tags
under a "condition" parent); pass clear_parent=True to un-nest it.
Use list_tags(detail=True) to see current tag metadata first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | ||
| parent | No | ||
| new_name | No | ||
| description | No | ||
| clear_parent | No |