get_conversation_threads
ActiveTool of EmailMCP
declared in 1.0.0
Get conversation threads with forwarded emails
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 20,
"description": "Maximum number of threads to return"
},
"since": {
"type": "string",
"description": "Filter threads active since this date (ISO string)"
},
"subject": {
"type": "string",
"description": "Filter threads by subject content"
},
"participant": {
"type": "string",
"description": "Filter threads by participant email address"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries