Get an upload link
request_uploadReturns a one-hour HTTPS upload link for an account. Anyone with the link can PUT/POST a file to it (curl -T file , or open it in a browser and drop the file); the file lands in "mailmcp-uploads" and appears in list_uploads. Use it for files on the user's disk or files too big for upload_attachment. If you can run commands, upload the file yourself; otherwise give the link to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account id from list_accounts |