Get Conversation
get_conversationRetrieve a full conversation thread with participants, recent messages, sender, attachments, and timestamps to provide context before replying.
Instructions
Read one thread in full: participants plus the most recent messages with sender, body text, attachments and timestamps. This is the tool to call before replying to someone, so the reply has context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_limit | No | How many recent messages to include (default: 20). | |
| conversation_id | Yes | Thread ID from list_conversations (looks like "t_1234567890"). |