Skip to main content
Glama

Robot Actions — Remote Device Control

ios_shell

Run a low-level iOS device-management command. Pass the subcommand and optional arguments. No automation session required. Example: subcommand="syslog", args=["--parse"]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoAdditional arguments for the subcommand
udidYesiOS device UDID
subcommandYesDevice-management subcommand (e.g. "info", "syslog", "diskspace", "ip", "devicename")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It mentions a key non-obvious trait—no automation session required—but does not disclose output behavior, side effects, permissions, or the fact that running arbitrary low-level commands can be destructive. For a generic shell-like tool, this is a significant safety and transparency gap.

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 compact and front-loaded: it states the action first, then parameter expectations, then the key prerequisite, then a useful example. There is no filler or redundant restatement of the tool name or schema.

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?

Without annotations or an output schema, the description is not complete enough for a low-level command runner. It does not explain what the command output looks like, whether commands run on the device or through a management channel, what failure modes exist, or that some subcommands may alter device state. The example helps, but important operational context is missing.

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 the schema already documents all three parameters. The description adds a clear invocation example and clarifies that args are optional, which is helpful, but it does not add much semantic meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 a specific verb and resource: 'Run a low-level iOS device-management command.' It also gives concrete example subcommands ('syslog') and notes that no automation session is required, which helps separate it from high-level ios_* tools. It does not explicitly name sibling tools, but the 'iOS' and 'low-level' framing is enough to distinguish it from device_shell and the many dedicated iOS tools.

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 phrase 'No automation session required' is a useful context signal about prerequisites. However, the description does not explicitly say when to use this raw low-level tool instead of a more specific ios_* sibling, nor does it give exclusions or mention when not to use it. The usage guidance is mostly implied by 'low-level.'

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources