Wait-Tool
Pause Android automation for a specified time to synchronize app interactions and ensure UI stability during testing.
Instructions
Wait for a specific amount of time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | Yes |
Pause Android automation for a specified time to synchronize app interactions and ensure UI stability during testing.
Wait for a specific amount of time
| Name | Required | Description | Default |
|---|---|---|---|
| duration | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.2.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden of behavioral disclosure. It states the core action but omits critical behavioral details such as the time unit (seconds, milliseconds), whether the wait is blocking, or any limits/error behavior. This is insufficient for safe invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is brief and front-loaded, but it is under-specified rather than elegantly concise. The single sentence provides no structural benefit beyond a minimal statement of purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no annotations and no output schema, the description is incomplete. The missing unit specification and lack of usage context are material gaps that prevent an agent from correctly selecting and invoking the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the tool description does not compensate. The only parameter, 'duration', is left entirely unexplained in terms of units, allowed range, or meaning beyond the word itself. The phrase 'amount of time' adds no concrete information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's action (wait) and its target (a specific amount of time). It is distinct from the sibling interaction tools like Click-Tool or Type-Tool, though it does not explicitly differentiate itself by name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 or when to prefer an alternative. It does not mention typical use cases (e.g., pacing between actions) or any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HadyAhmed00/Android-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server