update_asset
Update an asset's name, tags, or custom metadata. Add tags normally or remove them by prefixing with a hyphen.
Instructions
Update an asset's tags or custom metadata. Prefix a tag with a hyphen (e.g. '-discard') to remove it, or specify normally to add it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the asset | |
| name | No | Optional new name/title for the asset | |
| tags | No | Array of strings to append as tags. Prefix with a hyphen to remove. | |
| metadata | No | Custom key-value dictionary to attach |