Skip to main content
Glama

Frida MCP

by rmorgans

get_device

Retrieve detailed information about a specific mobile or desktop device by its unique ID using Frida MCP server. This tool enables device identification and status checking for dynamic instrumentation and runtime analysis workflows.

Instructions

Get a device by its ID.

Returns: Information about the device

Input Schema

NameRequiredDescriptionDefault
device_idYesThe ID of the device to get

Input Schema (JSON Schema)

{ "properties": { "device_id": { "description": "The ID of the device to get", "title": "Device Id", "type": "string" } }, "required": [ "device_id" ], "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/rmorgans/frida-mcp'

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