create_attachment
Create a memo attachment by specifying filename and MIME type, with optional base64 content or external URL, to link to a memo later.
Instructions
Create a new attachment (can be linked to memos later)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Related memo resource name (format: memos/{memo}) | |
| type | Yes | MIME type (e.g., "image/png", "application/pdf") | |
| content | No | Base64 encoded file content | |
| filename | Yes | The filename | |
| externalLink | No | External URL |