Skip to main content
Glama

get_gpu_info

Retrieve GPU rendering data from Android devices to identify performance bottlenecks and debug graphics issues during development.

Instructions

Get GPU rendering information - useful for performance debugging

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_serialNo

Implementation Reference

  • The get_gpu_info tool handler function. It runs 'adb shell dumpsys gfxinfo' to retrieve GPU rendering information. The @mcp.tool() decorator registers it with the MCP server.
    @mcp.tool() def get_gpu_info(device_serial: str | None = None) -> str: """Get GPU rendering information - useful for performance debugging""" return run_adb(["shell", "dumpsys", "gfxinfo"], 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