send_private_message
Send confidential messages to individual players in D&D campaigns. Messages are stored securely and visible only to the specified recipient.
Instructions
DM can send private messages to individual players via this tool.
Messages are stored in the session coordinator and can be retrieved by the recipient player. Only visible to the specified recipient.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | Recipient player ID | |
| content | Yes | Message content to send privately | |
| sender_id | No | Sender player ID (typically the DM) | DM |