tv_control
Control Android TV volume, playback, navigation, and power using ADB commands. Adjust volume, manage media, navigate menus, and toggle power.
Instructions
Control Android TV. volume: up/down/mute/set. playback: play/pause/toggle/stop/next/previous/forward/rewind; stop succeeds only when playback is verified to have ended (no actively playing session), not merely when a key event is delivered. navigate: up/down/left/right/select/back/home. power: wake/sleep/toggle/status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value for 'set' actions (e.g., volume 0-15) | |
| action | Yes | Action name (see tool description for valid actions per category) | |
| category | Yes | volume, playback, navigate, or power |