Skip to main content
Glama

Find Android UI nodes

mobile_ui_find
Read-onlyIdempotent

Locate Android UI elements by text, content description, or resource ID to inspect automation targets on real devices.

Instructions

Find accessibility nodes by text, content description, or resource ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
exactNo
serialYesExact ADB serial from mobile_devices_list; never inferred when multiple devices exist
displayIdYesAndroid framework logical display ID, not a SurfaceFlinger physical ID
resourceIdNo
contentDescriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
matchesYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no extra behavioral context (e.g., visibility requirements, search scope) beyond what is already known. It does not contradict annotations.

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 of 10 words with no filler. It is efficiently front-loaded with the core action and criteria.

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

Completeness2/5

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

Given 6 parameters (2 required) and an output schema, the description leaves significant gaps. It does not explain how to combine multiple search fields (AND/OR logic), what the output contains (beyond schema), or edge cases like no match. The agent would need to guess critical usage patterns.

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

Parameters2/5

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

With only 33% schema coverage, the description lists the three search parameters but provides no additional meaning or usage details. For example, it does not explain how 'text' and 'exact' interact, whether searches are case-sensitive, or the format of 'resourceId'. The description fails to compensate for the low schema coverage.

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 verb 'find', the resource 'accessibility nodes', and the search criteria by which to find them (text, content description, or resource ID). It is specific and distinguishes from sibling tools like mobile_ui_snapshot and mobile_ui_wait.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. The agent is left to infer context from the tool name and sibling list.

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/Zyzto/polyscreen-mcp'

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