mail_attachment_create
Generate an agent-created text or base64 file attachment for use in an email draft or send operation. Convert inline content into a named attachment ready for inclusion in outgoing mail messages.
Instructions
Create an agent-generated text/base64 file for later send or draft attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| filename | Yes | ||
| content_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha256 | Yes | ||
| filename | Yes | ||
| mimeType | Yes | ||
| stagedId | Yes | ||
| createdAt | Yes | ||
| sizeBytes | Yes | ||
| metadataSha256 | Yes |