Skip to main content
Glama

status_bar_override

Override the iOS simulator status bar to set custom time, battery level, Wi-Fi bars, and network type. Control cellular signal, carrier name, and battery state for testing.

Instructions

Override the simulator status bar display (time, battery, wifi, cellular, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeNoTime string (e.g., "9:41")
deviceIdYesSimulator UDID
wifiBarsNoWiFi signal bars (0-3)
dataNetworkNoData network type (e.g., "wifi", "4g", "5g", "lte")
batteryLevelNoBattery level (0-100)
batteryStateNoBattery state
cellularBarsNoCellular signal bars (0-4)
operatorNameNoCarrier/operator name
Behavior2/5

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

No annotations are present, so the description must fully disclose behavioral traits. It does not state whether the override persists, requires a booted simulator, or has any side effects. The term 'override' hints at mutation but lacks specifics needed 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.

Conciseness4/5

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

The description is a single 13-word sentence, front-loaded with the verb 'Override'. It is efficient but could benefit from a bit more detail without becoming verbose.

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?

With 8 parameters, no output schema, and no annotations, the description omits critical context such as whether the simulator must be booted, the temporary or permanent nature of the override, and the expected response. This leaves significant gaps for an agent.

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 description coverage is 100%, providing baseline value. The description merely lists categories already evident from property names, adding no extra context on parameter interactions, formatting, or typical usage patterns.

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 'override' and the resource 'simulator status bar display' with examples of what it affects (time, battery, wifi, cellular). This distinguishes it from the sibling tool 'status_bar_clear' which likely reverts overrides.

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

Usage Guidelines3/5

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

The description implies usage for customizing status bar display but does not explicitly state when to use this tool versus alternatives like 'status_bar_clear'. No prerequisites or context for appropriate use are provided.

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/sitharaj88/xcode-pilot-mcp'

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