Skip to main content
Glama
Scofield81

Android Control MCP

by Scofield81

scroll_to

Scrolls down until specified text appears on screen, up to a swipe limit. Use for long lists or settings pages where the target item is initially hidden.

Instructions

Lefele gorget, amig a keresett szoveg meg nem jelenik a kepernyon (vagy el nem eri a max_swipes limitet).

Hasznos hosszu listakhoz/beallitas-oldalakhoz, ahol a keresett elem eleve nem is lathato meg a gorgetes elott.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
serialNo
max_swipesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden, and it discloses the key behavior: repeated downward scrolling, stopping when the text appears or when max_swipes is reached. It does not detail exact matching semantics or behavior when text is already visible, but the core side effects are clearly described.

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?

Two sentences: the first states the behavior, the second states when it is useful. Each sentence adds value and nothing is redundant.

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?

Given that an output schema exists, return-value documentation is not required here. The description adequately covers the core invocation context and behavior, though a clearer definition of how text matching works and what serial means would make it fully complete.

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 property descriptions are 0% covered, and the description adds meaning for text (the searched text) and max_swipes (the iteration limit). However, the optional serial parameter is never explained, so the gap is only partially compensated.

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 a precise action: scroll down until the searched text appears on screen. This distinguishes it from sibling tools like generic scroll or wait_for_text, and the use-case mention reinforces its purpose.

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?

It clearly says this is useful for long lists or settings pages where the target element is not initially visible. It does not explicitly name alternatives or give when-not-to-use guidance, so it stops short of a 5.

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