Skip to main content
Glama

add_watchpoint

Set a memory watchpoint in an emulation session to monitor read or write operations at specific addresses for debugging and analysis.

Instructions

Add a memory watchpoint.

Idempotent -- same address replaces the existing watchpoint.

Args: session_id: The session ID. address: Memory address to watch. size: Number of bytes to watch (default 1). access: Access type -- "r" (read), "w" (write), or "rw" (both). Default "w".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
addressYes
sizeNo
accessNow

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/LabGuy94/MCPEmulate'

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