Skip to main content
Glama

get_device_info

Read-only

Retrieve details about an Android device, including model, manufacturer, Android version, SDK, screen size/density, and emulator status. Specify a device serial or use the active device.

Instructions

Read model, manufacturer, Android version, SDK, screen size/density, and whether the target reports itself as an emulator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_serialNoADB serial such as emulator-5554, a USB serial, or host:port. If omitted, the active device is used; a sole ready device is selected automatically.
Behavior4/5

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

The annotations already declare readOnlyHint=true and openWorldHint=false, so the agent knows the operation is safe. The description adds value by enumerating the exact data points retrieved and the nuance about the device self-reporting as an emulator. No side effects or failure modes are disclosed, but for a pure getter this is adequate.

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, information-dense sentence that front-loads the verb 'Read' and lists all returned fields without extraneous wording. Every clause earns its place, making it concise and well-structured.

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 simple one-parameter getter with no output schema, the description lists all return data points, which serves as an implicit specification of the response content. The schema covers the device_serial behavior, including active device fallback, so the overall context is complete enough for an agent to invoke the tool correctly.

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?

The input schema has one optional parameter (device_serial) with a complete description covering 100% of the schema. The tool description adds nothing about parameter semantics beyond what the schema already states, so the baseline of 3 applies.

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 clearly states the tool reads specific device attributes (model, manufacturer, Android version, SDK, screen info, emulator status) using a precise verb ('Read') and a defined resource. It distinguishes from sibling tools like list_devices by focusing on properties of a single target device rather than device discovery.

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 use when device details are needed but does not explicitly state when to prefer this tool over alternatives or provide exclusion conditions. Among the many sibling tools, no direct comparison or alternative guidance is given, so the agent must infer applicability.

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/francbonet/Adb-MCP-Server'

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