List project library media
flow_list_mediaList media files in the current Flow project with their IDs for download or deletion. Supports limiting and offsetting results, and returns data in markdown or JSON.
Instructions
List media in the currently open Flow project, with ids usable by flow_download and flow_delete_media. Never charges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| response_format | No | markdown for reading, json for programmatic use | markdown |