Skip to main content
Glama

simulate_call

Simulate incoming calls on Android emulators to test call handling functionality during development and UI testing workflows.

Instructions

Simulate incoming call (emulator only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phone_numberYes
device_serialNo

Implementation Reference

  • The core handler function for the 'simulate_call' MCP tool. Decorated with @mcp.tool() which handles registration and schema inference from type hints and docstring. Executes ADB command to simulate an incoming phone call on an Android emulator.
    @mcp.tool() def simulate_call( phone_number: str, device_serial: str | None = None ) -> str: """Simulate incoming call (emulator only)""" return run_adb(["emu", "gsm", "call", phone_number], device_serial)

Latest Blog Posts

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/rahulkr/r_adb_mcp_server'

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