get_message_context
Fetch a specific Discord message along with the messages before and after it. Provide a message URL or IDs to define the context range.
Instructions
Fetch one Discord message plus surrounding messages before and after it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_url | No | ||
| guild_id | No | Discord guild/server ID. Uses DISCORD_DEFAULT_GUILD_ID when omitted. | |
| channel_id | No | ||
| message_id | No | ||
| before | No | ||
| after | No |