Skip to main content
Glama

Frida MCP

by rmorgans

get_session_messages

Retrieve and clear messages sent by persistent scripts in a Frida MCP session for runtime analysis and debugging purposes.

Instructions

Retrieve and clear messages sent by persistent scripts in a session.

Returns: A list of messages captured since the last call, or an error if the session is not found.

Input Schema

NameRequiredDescriptionDefault
session_idYesThe ID of the session to retrieve messages from.

Input Schema (JSON Schema)

{ "properties": { "session_id": { "description": "The ID of the session to retrieve messages from.", "title": "Session Id", "type": "string" } }, "required": [ "session_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