get_screenshot
Capture and save screenshots from iOS Simulator with customizable options for filename, directory, and image resizing using the Model Context Protocol (MCP).
Instructions
Capture a screenshot from iOS Simulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
device_id | No | Specify a simulator device (if not specified, the booted device will be used) | |
max_width | No | Maximum width for resizing (pixels) | |
output_directory_name | No | Subdirectory name for screenshots (if not specified, .screenshots will be used) | .screenshots |
output_filename | No | Output filename (if not specified, timestamp.png will be used) | |
resize | No | Whether to resize the image to approximately VGA size |