Skip to main content
Glama

DroidMind

capture_bugreport

Capture detailed bug reports from Android devices, including system logs, device state, and screenshots. Save the report to a specified path or retrieve it as text for diagnostics and troubleshooting.

Instructions

Capture a bug report from a device.

Bug reports are comprehensive diagnostic information packages that include system logs, device state, running processes, and more.

Args: serial: Device serial number ctx: MCP context output_path: Where to save the bug report (leave empty to return as text) include_screenshots: Whether to include screenshots in the report timeout_seconds: Maximum time to wait for the bug report to complete (in seconds)

Returns: Path to the saved bug report or a summary of the report contents

Input Schema

NameRequiredDescriptionDefault
include_screenshotsNo
output_pathNo
serialYes
timeout_secondsNo

Input Schema (JSON Schema)

{ "properties": { "include_screenshots": { "default": true, "title": "Include Screenshots", "type": "boolean" }, "output_path": { "default": "", "title": "Output Path", "type": "string" }, "serial": { "title": "Serial", "type": "string" }, "timeout_seconds": { "default": 300, "title": "Timeout Seconds", "type": "integer" } }, "required": [ "serial" ], "title": "capture_bugreportArguments", "type": "object" }

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/hyperb1iss/droidmind'

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