Skip to content

list_thread

List all emails in a thread by Message-ID. Returns emails sorted by date ascending.

ParameterTypeRequiredDescription
account_idstringYesAccount ID
message_idstringYesMessage-ID header value of any email in the thread
{
"tool": "list_thread",
"arguments": {
"account_id": "acc1",
"message_id": "<msg1@example.com>"
}
}