ai.agenttrust/mcp
agenttrust_email_forward
Forward an email to another address. Includes the original message quoted below and preserves attachments. Optionally add a note above the forwarded content.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_email_forward?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Recipient email address"
},
"note": {
"type": "string",
"description": "Optional note to include above the forwarded message"
},
"email_id": {
"type": "string",
"description": "Email ID to forward"
}
}
}