Skip to main content
Glama
hieudtr8
by hieudtr8

pt_launch_app

Launch an iOS app on a booted simulator by providing its bundle identifier. Optionally specify a simulator UDID to target a specific device.

Instructions

Launch an iOS application by its bundle identifier (e.g. 'com.example.myapp'). The simulator must be booted first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
udidNoSimulator UDID (uses active device if not specified)
bundleIdYesThe bundle ID of the app to launch (e.g. 'com.apple.mobilesafari')
Behavior3/5

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

With no annotations, the description carries the full burden. It adds the prerequisite that the simulator must be booted, but does not disclose other behavioral details such as what happens if the app is already running or if the app is not installed.

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?

The description is exactly two sentences, front-loading the purpose and following with the key prerequisite. No redundant information.

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

Completeness4/5

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

For a simple launch tool, the description covers the essential purpose and prerequisite, and the schema fully documents both parameters. The lack of output schema or annotations means some runtime behavior is unstated, but it is sufficient for basic usage.

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 coverage is 100%, so the baseline is 3. The description's example bundle ID adds some clarification, but largely duplicates the schema's parameter descriptions and does not provide substantial extra meaning.

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 tool launches an iOS application using its bundle identifier, with a concrete example. This distinguishes it from sibling tools like pt_terminate_app or pt_open_url, which have different actions.

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?

It provides a clear prerequisite: the simulator must be booted first. However, it does not explicitly mention alternatives or when-not-to-use conditions, such as using pt_boot_simulator if not booted or pt_open_url for URLs.

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/hieudtr8/phantom-touch'

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