Skip to main content
Glama

app_get_container

Find the file system path to an app's bundle, data, or group container on a specified simulator device.

Instructions

Get the file system path to an app's container (app bundle, data, or app group)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundleIdYesApp bundle identifier
deviceIdYesSimulator UDID
containerNoContainer type: "app" (bundle), "data", "groups", or a specific app group identifier
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It implies a read-only operation ('Get'), but does not state whether the app must exist, how errors are handled, what happens when the optional container parameter is omitted, or whether this requires a running simulator. The description lacks sufficient behavioral context.

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, clear sentence with no wasted words. However, it could be slightly restructured to front-load the primary purpose and include a brief note on optional output, which would make it even more effective without losing conciseness.

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?

Given the tool has 3 parameters (one optional) and no output schema, the description is insufficient. It does not explain the return format (e.g., a string path), error conditions (e.g., app not found), or the implications of omitting the container parameter. For a tool that queries file system paths, more context is needed for correct invocation.

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%, so baseline is 3. The description adds only a redundant listing of container types ('app bundle, data, or app group') already covered by the schema's 'container' parameter description. It does not clarify the default behavior when container is omitted, nor add any syntax or format details beyond the schema.

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 action ('Get') and the resource ('file system path to an app's container'). It distinguishes this tool from sibling tools like app_launch, app_install, or log_stream, which perform different operations. The explicit mention of container types (app bundle, data, or app group) adds specificity.

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 provides no guidance on when to use this tool versus alternatives, no prerequisites (e.g., app must be installed on the simulator), and no conditions for when to specify the container parameter or omit it. There is no mention of exclusion cases.

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