List media
list_mediaList uploaded media files with optional search and pagination. Returns file metadata including URLs, dimensions, and labels. Use this when the user wants a list of their uploaded media files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| type | No | Filter by media kind (matches the MIME type prefix). The response's `total` counts matches across all pages. | |
| limit | No | Results per page (default 20, max 100). | |
| search | No | Search by filename. |