Skip to main content
Glama
1999AZZAR

scrcpy-mcp

by 1999AZZAR

device_info

Read-only

Retrieve detailed information about a connected Android device, including model, Android version, screen size, SDK level, and battery level, to assess device capabilities before performing control actions.

Instructions

Get detailed info about a device: model, Android version, screen size, SDK level, battery level

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialNoDevice serial number. If omitted, uses the only connected device.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesDevice brand
modelYesDevice model
serialYesResolved device serial
sdkLevelYesAndroid SDK API level
screenWidthYesScreen width in pixels
batteryLevelYesBattery level percentage
manufacturerYesDevice manufacturer
screenHeightYesScreen height in pixels
androidVersionYesAndroid release version
Behavior3/5

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

Annotations already provide readOnlyHint=true, so the safety profile is covered. The description adds the specific fields returned (model, version, screen size, SDK, battery), which is useful but doesn't disclose potential latency, failure modes with multiple connected devices, or behavior when serial is omitted and no device is connected.

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?

Single sentence, perfectly sized, front-loaded with the action and resource, then specific detail fields. Zero waste.

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?

Tool has one optional parameter fully documented in schema, clear annotations, and an output schema. The description lists the key data returned. It could mention behavior when no device is connected or when multiple devices exist, but for a read-only info tool this is largely sufficient.

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 100% — the serial parameter is documented as device serial number with the fallback behavior to the only connected device. The description adds no additional parameter semantics beyond what the schema already states. Baseline 3 is appropriate here.

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?

Clear verb+resource: 'Get detailed info about a device' with specific fields listed (model, Android version, screen size, SDK level, battery level). It distinguishes from siblings since no other tool retrieves device metadata, 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 doesn't explicitly say when to use this tool versus alternatives. However, its read-only information retrieval purpose is implicitly clear given the sibling set (all other tools perform actions or sessions). No exclusion criteria or alternative tools mentioned.

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/1999AZZAR/scrcpy-mcp'

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