Skip to main content
Glama

ui_describe_all

Retrieve the full accessibility hierarchy of the iOS Simulator screen to inspect all UI elements, their labels, values, and traits for effective UI testing and debugging.

Instructions

[ios-simulator-mcp] Describes accessibility information for the entire screen in the iOS Simulator

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
udidNoUdid of target, can also be set with the IDB_UDID env var
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The verb 'describes' strongly implies a read-only operation, but the description does not disclose the output format, whether the simulator must be booted, or any other behavioral nuances beyond the intrinsic meaning.

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 sentence that is front-loaded with the action and context. Every word earns its place; the '[ios-simulator-mcp]' prefix adds useful namespace context without redundancy.

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

Completeness3/5

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

With no output schema and no annotations, the description should clarify what the agent will receive back. It states the content type ('accessibility information') but not the format or structure, nor does it provide usage context relative to sibling tools. Adequate for a simple read tool but with notable gaps.

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% and the only parameter (udid) is fully documented, including the IDB_UDID env var fallback. The description adds no additional parameter semantics, so the baseline 3 applies.

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 uses a specific verb ('Describes') and resource ('accessibility information for the entire screen in the iOS Simulator'), clearly distinguishing it from sibling tools like ui_find_element that target specific elements or ui_layout_audit that audits layout.

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?

No explicit guidance on when to use this tool versus alternatives. While 'entire screen' implies a global overview, it does not state exclusions, prerequisites, or name alternative tools for more targeted queries.

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/atz-dsampath/rn-sim-mcp'

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