get_message_context
Retrieve surrounding messages from a WhatsApp chat by specifying a message ID and the number of messages to fetch before and after it, enabling deeper context analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Number of messages after (default 5) | |
before | No | Number of messages before (default 5) | |
message_id | Yes | The ID of the target message to get context around |