x_send_dm
Send direct messages to users on X (Twitter) using the x-ai-mcp server. This tool enables private communication with specified recipients by providing user ID and message text.
Instructions
Send a direct message to a user. Requires OAuth with dm.write scope.
Args:
user_id: The recipient's user ID
text: Message text
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| text | Yes |