manage_assets
Register and organize reusable assets by name to avoid full-path references. Set default logos, outros, intros, or music for automatic use when generating clips.
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) |