ai.agenttrust/mcp
agenttrust_email_inbox
List your email inbox. Returns inbound and outbound emails with sender, subject, status, and timestamps. Filter by direction or unread status.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_email_inbox?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 50)"
},
"status": {
"type": "string",
"description": "Filter by status: \"received\", \"read\", \"replied\", \"sent\", \"draft\""
},
"direction": {
"type": "string",
"description": "Filter: \"inbound\" or \"outbound\". Omit for all."
}
}
}