adb-shell
Execute ADB shell commands on Android devices with safety guards including timeout, output truncation, and summary previews.
Instructions
Execute shell commands with safety guards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeout | No | ms, default: 30000, max: 120000 | |
| maxChars | No | Truncate output to N chars | |
| summaryOnly | No | Compact preview only | |
| previewChars | No | Preview length (default: 200) |