Skip to main content
Glama

Status bar demo mode

statusbar_demo_mode

Enable or disable Android demo mode to create clean status bars in screenshots: fix the clock, show full battery and full signal, or restore the normal status bar.

Instructions

Enable clean status bar for screenshots (fixed clock, full battery, full signal) or disable it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clockNoClock as hhmm, e.g. '1200' (default 1200)
serialNoEmulator serial (defaults to session or the only device)
enabledYestrue to enter demo mode, false to exit
Behavior4/5

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

With no annotations provided, the description carries the full burden. It transparently explains the effect (clean status bar) and that it can be disabled, which is good. However, it does not mention persistence, side effects, or any requirements, which would add more depth.

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?

A single, well-structured sentence that front-loads the main action and includes explanatory details. Every word is meaningful, and there is no redundancy.

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

Completeness5/5

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

For a simple toggle tool with a fully described schema and no output schema, the description is complete. It explains the purpose, the effect, and the reverse action, making it sufficient for the tool's complexity.

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 already provides detailed descriptions for all three parameters, including defaults and examples (100% coverage). The description adds no new parameter-level semantics, so the baseline score of 3 is appropriate.

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?

The description clearly states the tool enables or disables a clean status bar for screenshots, with specific details (fixed clock, full battery, full signal). This is a clear verb+resource statement, but it does not explicitly distinguish from siblings like 'set_appearance', so it misses the top score.

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?

The phrase 'for screenshots' provides clear context on when to use this tool. However, it does not mention when not to use it or alternatives, so it falls short of explicit exclusion/alternative guidance.

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/dev-jackson/androidbuild-mcp'

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