Skip to main content
Glama
jegriffi91

Mobile Automator MCP Server

by jegriffi91

Verify Network Deduplication

verify_network_deduplication
Read-onlyIdempotent

Asserts that network requests are not duplicated beyond a threshold by grouping them by URL or GraphQL operation name and flagging groups that exceed the maximum allowed duplicates.

Instructions

Assert that requests are not duplicated beyond a threshold. Groups by URL or extracted GraphQL operationName; flags groups exceeding maxDuplicates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupByNoGroup events by URL or by extracted GraphQL operationNameoperationName
matcherNo
withinMsNo
sessionIdYesActive or completed session ID
afterActionNoReference a prior UI action to anchor the time window
filterDomainsNoOptional Proxyman domain filter
maxDuplicatesNoEach unique key may appear at most this many times

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
passedYes
verdictYes
duplicatesYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, etc. The description adds that the tool groups events and flags duplicates, which is useful but does not detail the assertion outcome (e.g., whether it passes/fails or returns data). However, the output schema likely covers the return structure. Overall, description adds moderate value beyond 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 that efficiently convey the core functionality. No unnecessary words. The description is appropriately sized.

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?

Despite the tool having 7 parameters, nested objects, and an output schema, the description is sparse. It does not describe the assertion mechanism, the effect of matcher, the time window (withinMs), or how afterAction anchors the window. With many sibling tools, a more complete description would help agents choose correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 71%, but the description only adds context for groupBy and maxDuplicates. It does not explain matcher, withinMs, afterAction, or filterDomains, which are not fully self-explanatory. The description does not compensate for the remaining 29% of parameters lacking schema descriptions.

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?

Clearly states that the tool asserts network requests are not duplicated beyond a threshold, specifying grouping by URL or GraphQL operationName. This distinguishes it from other network verification tools like verify_network_absent or verify_network_sequence.

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?

No guidance on when to use this tool versus its many siblings (e.g., verify_network_parallelism, verify_network_payload). The description does not mention prerequisites, edge cases, or alternatives.

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