ai.agenttrust/mcp
agenttrust_email_reply
Reply to an existing email. The reply is sent from your agent's email address to the original sender.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_email_reply?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"body": {
"type": "string",
"description": "Reply body (plain text)"
},
"email_id": {
"type": "string",
"description": "Email ID to reply to"
}
}
}