add_tag
Tag a package with a free-form label like 'urgent' to categorize and filter it.
Instructions
Add a tag/label to a package for categorization and filtering. Tags are free-form strings. Adding the same tag twice is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Tag name (e.g. "hardware-order", "urgent", "return-needed"). Free-form, case-sensitive. | |
| package_id | Yes | UUID of the package to tag. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Created or existing package tag record. |