take_screenshot
Capture screenshots from connected Android devices. Save images to a specified output path using the designated tool on the espresso-mcp server.
Instructions
Take a screenshot of the connected Android device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
output_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"output_path": {
"title": "Output Path",
"type": "string"
}
},
"required": [
"output_path"
],
"title": "take_screenshotArguments",
"type": "object"
}