Skip to main content
Glama

interceptor_android_activate

Inject a CA certificate into Android's system store, set up an ADB reverse tunnel, and configure a Wi-Fi HTTP proxy to intercept device traffic (root required).

Instructions

Full Android interception: inject CA cert into system store (root required), set up ADB reverse tunnel, and optionally set Wi-Fi proxy. Proxy must be running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialYesADB device serial (from interceptor_android_devices)
inject_certNoPush CA cert to system store (requires root)
setup_tunnelNoSet up ADB reverse tunnel
set_wifi_proxyNoSet global Wi-Fi HTTP proxy via adb settings
Behavior3/5

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

With no annotations, the description partially covers behavior (requires root, sets up tunnel, optionally proxy). However, it omits details on failure modes, side effects (e.g., system modification), and prerequisites like device connectivity.

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 a single, dense sentence that conveys all key actions and a prerequisite. Every word adds value, with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (4 parameters, no output schema), the description covers the core purpose and one prerequisite. It lacks mention of required serial, return value, or error handling, making it sufficient but not comprehensive.

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?

The schema already provides 100% coverage with descriptions for each parameter. The description adds a high-level grouping but no additional meaning beyond what the schema offers.

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 defines the tool's action: 'Full Android interception' with specific steps (inject CA cert, set up ADB reverse tunnel, optionally set Wi-Fi proxy). This distinguishes it from siblings like interceptor_android_deactivate and interceptor_android_setup.

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 description states a prerequisite ('Proxy must be running') but does not explain when to use this tool versus alternatives, such as interceptor_android_setup. It lacks explicit context for when activation is appropriate.

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/yfe404/proxy-mcp'

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