get_forwarded_emails
ActiveTool of EmailMCP
declared in 1.0.0
Retrieve forwarded emails with optional filtering
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 50,
"description": "Maximum number of emails to return"
},
"since": {
"type": "string",
"description": "Filter emails since this date (ISO string)"
},
"threadId": {
"type": "string",
"description": "Filter by conversation thread ID"
},
"originalSender": {
"type": "string",
"description": "Filter by original sender email address"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries