inspect_websocket
Inspect WebSocket messages by connection ID. Filter by direction, pattern search, and sort by newest or oldest.
Instructions
Inspect actual WebSocket messages for a connection. Provide @wsN ID from list_websocket_activity. Supports direction filter, pattern search, and sort_by (newest/oldest).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | @wsN ID from list_websocket_activity | |
| limit | No | ||
| pattern | No | Substring match on message data | |
| sort_by | No | newest | |
| direction | No | all |