Skip to main content
Glama

AutoMobile

by zillow

shake

Simulate device shaking on Android or iOS for automation testing by specifying duration, intensity, and platform. Simplify testing gestures with precise control.

Instructions

Shake the device

Input Schema

NameRequiredDescriptionDefault
durationNoDuration of the shake in milliseconds (default: 1000)
intensityNoIntensity of the shake acceleration (default: 100)
platformYesPlatform of the device

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "description": "Duration of the shake in milliseconds (default: 1000)", "type": "number" }, "intensity": { "description": "Intensity of the shake acceleration (default: 100)", "type": "number" }, "platform": { "description": "Platform of the device", "enum": [ "android", "ios" ], "type": "string" } }, "required": [ "platform" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zillow/auto-mobile'

If you have feedback or need assistance with the MCP directory API, please join our Discord server