Skip to main content
Glama
jegriffi91

Mobile Automator MCP Server

by jegriffi91

Verify Network Absent

verify_network_absent
Read-onlyIdempotent

Asserts that specified network calls do not fire after a UI action, verifying cache hits or blocking unnecessary prefetching.

Instructions

Assert that a list of forbidden network calls do NOT fire within withinMs of a referenced UI action. Use to verify cache hits or absence of unnecessary prefetching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
withinMsNo
sessionIdYesActive or completed session ID
afterActionYesReference a prior UI action to anchor the time window
filterDomainsNoOptional Proxyman domain filter
forbiddenCallsYesNo matcher in this list may find any event in the window

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
passedYes
verdictYes
violationsYes
anchorTimestampNo
Behavior4/5

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

Annotations already provide readOnly, openWorld, idempotent, and non-destructive hints. Description adds the behavioural detail of the time window assertion and the 'not fire' condition, aligning well with annotations.

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?

Two sentences, no wasted words. Front-loaded with the core assertion and use cases. Highly efficient.

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 verification tool with an output schema (not shown) and 5 parameters, the description covers the essential behavior and intent. Could elaborate on the afterAction anchoring, but the schema handles that detail.

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 80%, so most parameters are documented in the schema. The description mentions 'withinMs' but adds no new meaning beyond the schema's default. Baseline 3 is appropriate.

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?

Description clearly states the tool asserts that forbidden network calls do not fire within a time window, with specific use cases (cache hits, absence of unnecessary prefetching). This distinguishes it from siblings like verify_network_deduplication.

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?

Explicitly states when to use ('verify cache hits or absence of unnecessary prefetching'), providing clear context for selection. Does not explicitly exclude alternatives, but the purpose is specific enough.

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