Skip to main content
Glama

ADB MCP Server

by richard0913

adb_get_logcat

Retrieve logcat output from Android devices to monitor logs, filter by tags, and specify device ID or line count for targeted debugging and analysis.

Instructions

Get logcat output from the device

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (optional)
linesNoNumber of lines to retrieve (default: 100)
tagNoFilter by tag (optional)

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "Device ID (optional)", "type": "string" }, "lines": { "description": "Number of lines to retrieve (default: 100)", "type": "number" }, "tag": { "description": "Filter by tag (optional)", "type": "string" } }, "required": [], "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/richard0913/adb-mcp'

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