Skip to main content
Glama
jegriffi91

Mobile Automator MCP Server

by jegriffi91

Verify Network Error Handling

verify_network_error_handling
Read-onlyIdempotent

Assert that expected error responses appear in a session to validate the app's behavior under injected network failures using WireMock stubs.

Instructions

Assert that specific error responses appear in the session. Pair with WireMock stubs to verify the app behaves correctly under injected failures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
withinMsNo
sessionIdYesActive or completed session ID
afterActionNoReference a prior UI action to anchor the time window
filterDomainsNoOptional Proxyman domain filter
expectedErrorsYesError responses that must appear in session traffic

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
passedYes
verdictYes
errorsFoundYes
missingErrorsYes
Behavior3/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds minimal behavioral context beyond these annotations, stating it asserts existence of errors. It does not contradict the annotations, but also does not add significant extra detail.

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 extremely concise: two sentences that front-load the purpose and immediately provide usage context. Every word is necessary, with no redundancy.

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?

Given that the tool has an output schema (not shown) and annotations cover safety, the description is fairly complete. It explains the core function and usage context. It does not detail the output or parameter specifics, but the schema handles those.

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?

With schema description coverage at 80%, the baseline is 3. The description does not elaborate on parameters like 'sessionId' or 'expectedErrors'; the schema provides adequate descriptions. No additional meaning beyond the schema is added.

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 the tool 'asserts that specific error responses appear in the session', providing a specific verb and resource. It distinguishes from sibling verification tools by focusing on error responses in the session, but does not explicitly differentiate from similar tools.

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?

The description provides explicit context for use: 'Pair with WireMock stubs to verify the app behaves correctly under injected failures.' This gives clear guidance on when to use the tool, though it does not mention alternatives or when not to use it.

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/jegriffi91/mobile-automator-mcp'

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