sendDirectMessage
Send a direct message to a user on Twitter by specifying the recipient ID, message text, and optional media attachments using the MCP server.
Instructions
Send a direct message to a specified user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachments | No | Optional array of media IDs to attach to the message | |
mediaId | No | Optional media ID for attaching media to the message | |
recipientId | Yes | The ID of the user to send the message to | |
text | Yes | The text content of the direct message |