update_asset
Update an asset of the library: rename it, set its internal notes, assign a category ('none' to clear), and add/remove custom tags. Several operations can be combined in one call. The '@model' tag is system-managed and cannot be edited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset to update (id from search_assets, or exact name) | |
| notes | No | New internal notes (replaces existing notes), or 'clear' to erase them. Empty = unchanged. | |
| rename | No | New name. Empty = no rename. | |
| add_tags | No | Tags to add | |
| category | No | Category (id or name), or 'none' to clear. Empty = unchanged. | |
| remove_tags | No | Tags to remove |