Skip to main content
Glama

ADB MCP Server

by srmorete

adb_logcat

Retrieve and filter Android device logs using a specified device ID and logcat expression. Outputs a customizable number of log lines for debugging and monitoring on the ADB MCP Server.

Input Schema

NameRequiredDescriptionDefault
deviceNoSpecific device ID (optional)
filterNoLogcat filter expression (optional)
linesNoNumber of lines to return (default: 50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "device": { "description": "Specific device ID (optional)", "type": "string" }, "filter": { "description": "Logcat filter expression (optional)", "type": "string" }, "lines": { "default": 50, "description": "Number of lines to return (default: 50)", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from ADB MCP Server

Related Tools

    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/srmorete/adb-mcp'

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