manage_assets
Register and manage reusable media assets like logos, intros, outros, and music by name, with optional defaults for automatic use in clip and reel creation.
Instructions
Register and manage reusable assets (logos, outros, intros, music, images). Reference them by name in create_clip/manage_reel instead of full paths. One logo/outro/intro/music can be the default, applied automatically when none is passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Remote URL to download (for import_url) | |
| name | No | Asset name (e.g. 'podcast-logo') | |
| path | No | Absolute file path (for register/import) | |
| type | No | Asset type (for register/import/list filter) | |
| action | Yes | Action to perform | |
| new_name | No | New asset name (for rename) |