Send DM
send_dmSend a direct message to an Instagram user. Requires username, message, and confirm_send set to True to deliver.
Instructions
Send a direct message to an Instagram user.
This is a write operation — confirm_send must be True to actually send.
Args: username: Instagram username of the recipient message: The message text to send confirm_send: Must be True to send the message ctx: FastMCP context for progress reporting
Returns: Dict with url, status, sent (bool), and optional message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| username | Yes | ||
| confirm_send | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||