ai.agenttrust/mcp
agenttrust_email_attachment
Download an email attachment. Returns a signed download URL (valid 1 hour), filename, MIME type, and size. Use email_read first to see available attachments and their indexes.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_email_attachment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"index": {
"type": "number",
"description": "Attachment index (0-based, from the attachments array in email_read response)"
},
"email_id": {
"type": "string",
"description": "Email ID the attachment belongs to"
}
}
}