ai.agenttrust/mcp
agenttrust_email_draft
Create a draft email for human review. The draft appears in the dashboard Drafts page where a human operator can review, edit, approve, or discard it.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_email_draft?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Recipient email address"
},
"body": {
"type": "string",
"description": "Email body (plain text)"
},
"subject": {
"type": "string",
"description": "Email subject"
}
}
}