get_message_context
Retrieve surrounding messages from WhatsApp chats by specifying a message ID and optional before/after parameters to understand conversation context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The ID of the target message to get context around | |
| before | No | Number of messages before (default 5) | |
| after | No | Number of messages after (default 5) |