Skip to main content
Glama

get_accessibility_info

Retrieve accessibility service details for Android devices to support accessibility testing workflows.

Instructions

Get accessibility service information - useful for a11y testing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_serialNo

Implementation Reference

  • The main handler function for the 'get_accessibility_info' tool. It is decorated with @mcp.tool() for registration and executes 'adb shell dumpsys accessibility' via the run_adb helper to retrieve accessibility service information.
    @mcp.tool() def get_accessibility_info(device_serial: str | None = None) -> str: """Get accessibility service information - useful for a11y testing""" return run_adb(["shell", "dumpsys", "accessibility"], device_serial)

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/rahulkr/r_adb_mcp_server'

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