inspect_websocket
Inspect WebSocket messages from a specific connection. Filter by direction, pattern, and sort order.
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 |
|---|---|---|---|
| direction | No | all | |
| id | Yes | @wsN ID from list_websocket_activity | |
| limit | No | ||
| pattern | No | Substring match on message data | |
| sort_by | No | newest |