Skip to main content
Glama

set_status_bar

Override the Android emulator status bar to set time, battery level, Wi-Fi signal, and notification visibility for UI testing or demos.

Instructions

Override the status bar via SystemUI demo mode (time, battery, wifi, notifications)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeNoTime string e.g. '9:41' or '12:00'
serialNoDevice serial (e.g. emulator-5554). Optional when exactly one device is connected.
wifi_levelNoWifi signal bars, 0-4
battery_levelNo
battery_chargingNo
hide_notificationsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.5/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden, but it only states the action without disclosing side effects, reversibility, or whether changes persist. It does not mention that SystemUI demo mode may need to be activated or that the tool overrides system UI temporarily. This is insufficient for a mutating tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no wasted words, but it is too sparse. It omits essential details, making it concise at the expense of usefulness.

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

Completeness1/5

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

For a tool with 6 parameters, no annotations, and no output schema, the description is severely incomplete. It does not explain parameter usage, optionality of serial, behavior when no parameters are provided, or any special requirements. An agent would struggle to invoke this correctly without additional information.

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?

Schema description coverage is only 50% (time, serial, wifi_level have descriptions; battery_level, battery_charging, hide_notifications do not). The description mentions 'notifications' but does not clarify which parameter maps to it, nor does it explain ranges or relationships (e.g., battery_charging). It adds little beyond the schema and fails to compensate for the missing parameter descriptions.

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 action ('Override') and the target ('status bar via SystemUI demo mode'), listing the affected aspects (time, battery, wifi, notifications). It is specific enough to distinguish from a reset tool like clear_status_bar, though it does not explicitly name that sibling.

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 gives no guidance on when to use this tool versus alternatives, nor does it mention clear_status_bar as a way to reset. It lacks context about prerequisites or scenarios (e.g., demo mode must be enabled), leaving the agent to infer usage.

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

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/Sajinthan/android-emulator-mcp'

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