Skip to main content
Glama
0x-Professor

Android Forensics ADB MCP Server

by 0x-Professor

get_account_info

Retrieve all registered accounts from an Android device, identifying Google, social media, and other linked accounts for forensic investigations.

Instructions

Get registered accounts on the device. Identifies Google, social media, and other linked accounts.

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

Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It reveals the type of accounts returned and the JSON-saving behavior via output_file, but does not discuss permissions, platform constraints, or behavior when no accounts exist.

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 front-loaded with a clear purpose statement, followed by a brief, well-structured arg list. Every sentence earns its place with no redundancy or fluff.

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 simple read-only tool with two optional parameters and an output schema, the description covers purpose, account types, and output file semantics. It is complete for the tool's complexity, though more on result details could be added.

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?

Schema description coverage is 0%, so the description must compensate. It provides meaningful explanations for both parameters: device_id as an optional serial number and output_file as an optional JSON path, going beyond the bare schema types.

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 uses a specific verb ('Get') and identifies the exact resource ('registered accounts'), further clarified as Google, social media, and other linked accounts. This clearly distinguishes it from sibling tools like get_running_processes or dump_system_settings.

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?

It implies the tool is for enumerating accounts on a device, but provides no explicit when-to-use vs alternatives or exclusions. Sibling tools don't overlap, so the context is clear, but explicit guidance is missing.

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