Skip to main content
Glama
0x-Professor

Android Forensics ADB MCP Server

by 0x-Professor

analyze_network_connections

Analyze active network connections and configuration on Android devices to detect open ports and suspicious connections for forensic investigations.

Instructions

Analyze active network connections and configuration. Identifies connected networks, open ports, and suspicious connections.

Args: device_id: Optional device serial number output_file: Optional path to save results as JSON

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idNo
output_fileNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only mentions high-level analysis and outputs. It does not state whether the tool requires special permissions, performs active scanning, or has side effects like writing to the output file.

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, with two sentences of purpose followed by a concise parameter list. Every sentence contributes 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?

The presence of an output schema covers return values, but the description lacks operational context such as permission requirements, potential network impact, and the meaning of 'suspicious connections.' The tool is moderately complex, so more context would help.

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

Parameters4/5

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

The description adds meaning with an Args section, explaining device_id as an optional device serial number and output_file as a path to save JSON results. This goes beyond the bare schema titles, though it omits any detailed constraints or interactions.

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 states the tool analyzes active network connections and configuration, listing specific outputs like connected networks, open ports, and suspicious connections. This differentiates it from sibling tools focused on logs, processes, or packages.

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 implies use for network analysis but provides no explicit guidance on when to prefer this tool over alternatives, nor any exclusions or prerequisites. It is not misleading but leaves the agent to infer the context.

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/0x-Professor/DroidForensics-Suite'

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