Skip to main content
Glama
desamtralized

ADB Screenshot MCP Server

adb_list_devices

List all Android devices currently connected via ADB to identify available targets for remote management operations.

Instructions

List all connected ADB devices

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for adb_list_devices tool: executes 'adb devices' command and returns the stdout as text content.
    case "adb_list_devices": { const { stdout } = await execAsync("adb devices"); return { content: [ { type: "text", text: stdout, }, ], }; }
  • src/index.ts:70-78 (registration)
    Tool registration in ListToolsRequestSchema, including name, description, and empty input schema.
    { name: "adb_list_devices", description: "List all connected ADB devices", inputSchema: { type: "object", properties: {}, required: [], }, },

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

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