Tools / Media generation

Generate, import, inspect, and manage media with StifLi Flex MCP.

This catalog now mirrors the current tool definitions and sample prompts from the English source catalog for media workflows.

Generation

Create image assets with configured AI providers and save them to WordPress.

wp_generate_image Write

generates an image with AI and saves it as a WordPress attachment. It uses the provider configured in Multimedia.

wp_generate_video Write

generates a video with AI using Google Veo or OpenAI Sora and saves it as a media attachment. It is asynchronous and can take several minutes.

Uploads

Bring external images into the media library from remote URLs or payloads.

wp_upload_image_from_url Write

downloads an image from a public URL and creates a media attachment.

wp_upload_image Write

uploads an image from base64 or a data URL and creates a media attachment.

Library

Inspect the current media library before reuse, assignment, or cleanup.

wp_get_media Read-only

lists media library attachments with limit and offset.

wp_get_media_item Read-only

gets media item details by ID.

Management

Maintain media metadata quality and remove assets when they are no longer needed.

wp_update_media_item Write

updates attachment metadata such as title, content, and excerpt.

wp_delete_media_item Write

deletes a media item by ID. It can permanently delete it with `force=true`.