List conversion options
list_optionsList the settings a given conversion accepts — resize, quality, codecs, bitrate, trim, crop and so on, with their exact names, types and allowed values. Call this before convert whenever the user asks for anything beyond a plain format change, and pass what it returns in the convert tool's options object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_format | Yes | Source format, e.g. "jpg". | |
| output_format | Yes | Target format, e.g. "png". |