Skip to main content
Glama
mosesmrima

adb-tv-mcp

by mosesmrima

adb_screenrecord

Record an Android TV or device screen for a specified duration using ADB, then save the capture as an MP4 file locally and retrieve the file path for direct access to the recording.

Instructions

Record the screen for N seconds, pull it to a local mp4, return the path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialNodevice serial (host:port); omit if only one device
secondsNo
local_pathNo/tmp/adb-tv-recording.mp4
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It does reveal the full pipeline (record → pull → path) and implies the output is a local file path rather than raw bytes. However, it doesn't disclose the default file location, that the file persists on disk, or that a device-side temp file is created/managed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single concise sentence that front-loads the core action and states the full workflow compactly. No filler words. Could arguably add one more sentence about defaults without bloating it.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 3 params with no output schema and no annotations, so the description is the sole source of behavioral info. It covers the main flow adequately, but given the absence of annotations and output schema, it would benefit from disclosing defaults (10s, /tmp path), max duration limit (180s), and that the return value is a file path.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33% (only 'serial' has a schema-level description). The description mentions N seconds and a local mp4, mapping loosely to 'seconds' and 'local_path', but doesn't define whether local_path is an absolute/relative path, file format requirements, or destination directory existence. It adds some value beyond the sparse schema but doesn't fully compensate for the coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Record') with a specific resource ('screen') and describes the full workflow (record, pull to local mp4, return path). This distinguishes it from siblings like adb_screenshot (static capture) and adb_logcat (stream logging), though it doesn't explicitly name an alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for capturing video over a duration, which contrasts with adb_screenshot for stills, but it doesn't explicitly state when to choose this vs alternatives. No exclusions or prerequisites (e.g., device must support screen recording) are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/mosesmrima/adb-tv-mcp'

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