List available device emulation presets
list_device_presetsReturns the device presets you can pass as devicePreset on submit_test / submit_test_batch / retest_job. Each entry includes viewport width/height, deviceScaleFactor, isMobile, and hasTouch so the AI agent (and you) can pick the right one. Free — emulation runs as part of the base test cost, no markup. Use featuredOnly=true for the 15 most common phones/tablets; pass featuredOnly=false to see all 131.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featuredOnly | No | When true (default) returns the curated featured subset (~15 modern phones/tablets). When false returns all 131 Puppeteer-bundled devices. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool result payload (JSON object) |