list_roms
Search and list ROMs with pagination. Filter by search term, platform, collection, favorites, missing status, and sort results.
Instructions
Search/list ROMs with bounded pagination and a compact provider-internal-free response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| matched | No | ||
| missing | No | ||
| favorite | No | ||
| order_by | No | ||
| order_dir | No | asc | |
| search_term | No | ||
| platform_ids | No | ||
| collection_id | No | ||
| smart_collection_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| items | Yes | ||
| limit | No | ||
| total | No | ||
| offset | No |