adb_baseband_info
Retrieve comprehensive modem and baseband identification including firmware version, RIL implementation, chipset, IMEI, SIM state, and radio capabilities from an Android device.
Instructions
Get comprehensive modem/baseband identification: firmware version, RIL implementation, chipset, IMEI, SIM state, and radio capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device serial | |
| includeImei | No | Include IMEI in output (sensitive permanent device identifier — opt-in only) | |
| result_handle | No | Optional. If provided, store this tool's result under `result://<tool>/<name>` for retrieval after compaction. Name must be 1-32 chars, [a-zA-Z0-9_-]. Existing handles with the same tool+name are overwritten. Use adb_result_list to see active handles, adb_result_get or the MCP Resource URI to retrieve. | |
| result_handle_ttl | No | Optional. TTL in seconds for the result handle (60 to 604800). Default 43200 (12 hours). Ignored if result_handle is not provided. |