Get DM Conversation
get_dm_conversationRead a specific Instagram DM conversation by providing the username or thread ID, and set a message limit to control the amount of content retrieved.
Instructions
Read a specific DM conversation.
Provide either username or thread_id to identify the conversation.
Args: ctx: FastMCP context for progress reporting thread_id: Instagram messaging thread ID username: Instagram username of the conversation participant limit: Maximum number of messages to load (1-100, default 50)
Returns: Dict with url, sections (conversation -> raw text), and optional references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| username | No | ||
| thread_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||