AgentMail
get_thread
Reconstruct the whole conversation a message belongs to (via Message-ID/References), including your own replies from the Sent folder, oldest first. Use read_message on the returned uids for full bodies.
Remote faivelo/mail
Remote (network-hosted)
Other tools also called get_thread?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"uid": {
"type": "integer",
"description": "UID of any message in the conversation"
},
"folder": {
"type": "string",
"description": "Folder that message is in (default \"INBOX\")"
},
"mailbox": {
"type": "string",
"description": "Full mailbox address"
}
}
}