outlook_list_thread
Retrieve all messages in a conversation thread sorted chronologically. Use conversation_id from a message's metadata; enable concise mode to drop quoted text and reduce token count.
Instructions
List all messages in a conversation thread, chronological order.
Needs conversation_id from a message's metadata. Pass concise=True to drop large fields
(quoted prior-message text in each preview) — ~10x fewer tokens on long reply chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | ||
| count | No | ||
| concise | No |