Skip to main content
Glama

Start screen recording

record_video_start

Starts recording the Android device screen using adb screenrecord, with an optional time limit up to 180 seconds. Returns a recording ID to stop the recording later.

Instructions

Start recording the device screen (adb screenrecord, max 3 minutes). Returns a recordingId for record_video_stop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialNoEmulator serial (defaults to session or the only device)
timeLimitSecondsNoAuto-stop after (default 180)
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the underlying mechanism (adb screenrecord), the 3-minute limit, and that it returns a recordingId for the stop tool. It omits failure conditions or file handling, but for a simple start operation this is acceptable.

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

Conciseness5/5

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

The description is a single sentence with a clear verb and resource, immediately stating what it does and the key constraint. It also includes the critical return value and pairing information with no filler.

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

Completeness4/5

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

For a paired start/stop recording tool, the description provides the essential context: what is recorded, the method, the time cap, and the returned ID. Since there is no output schema, the description appropriately covers the return value. Minor gaps like error behavior are acceptable at this complexity level.

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?

Both parameters are already fully documented in the input schema (100% coverage), including serial semantics and timeLimitSeconds maximum/default. The description only reinforces the time limit via 'max 3 minutes,' adding no new parameter-level detail.

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

Purpose5/5

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

The description states 'Start recording the device screen' with the specific method 'adb screenrecord' and a time cap. It clearly identifies the resource (device screen) and action, and the pairing with record_video_stop distinguishes it from sibling tools.

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

Usage Guidelines4/5

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

The description explicitly names the companion tool record_video_stop, indicating this is the start of a paired workflow. It does not list exclusions or alternatives, but the context is clear since no other sibling tool initiates screen recording.

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/dev-jackson/androidbuild-mcp'

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