create_media
Register a media item in Agentic CMS by providing its filename and URL, with optional metadata like dimensions, caption, alt text, and MIME type.
Instructions
Register a media item in the CMS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL where the media is accessible | |
| width | No | Width in pixels | |
| height | No | Height in pixels | |
| caption | No | Caption for the media | |
| alt_text | No | Alt text for accessibility | |
| filename | Yes | Filename of the media | |
| file_size | No | File size in bytes | |
| mime_type | No | MIME type (e.g., image/png) | |
| created_by | No | Who uploaded this media | |
| storage_path | No | Storage path (e.g., S3 key) |