wordpress_list_media
List and filter WordPress media items by type, MIME type, keyword, sorting, and pagination to retrieve exactly the media files you need.
Instructions
List WordPress media items with filtering.
Args: media_type: Filter by type (image, video, audio, application) mime_type: Filter by MIME type (e.g., image/jpeg) search: Search media by keyword page: Page number (default: 1) per_page: Results per page, max 100 (default: 10) orderby: Sort by field (date, title, id) order: Sort direction (asc, desc)
Returns: List of media items with pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| order | No | desc | |
| search | No | ||
| orderby | No | date | |
| per_page | No | ||
| mime_type | No | ||
| media_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||