AgentMail MCP
-
list_inboxes
List inboxes in the organization.
-
get_inbox
Get a single inbox by ID.
-
create_inbox
Create a new inbox.
-
delete_inbox
Delete an inbox.
-
list_threads
List threads in an inbox.
-
get_thread
Get a thread and its messages.
-
send_message
Send a new message from an inbox.
-
reply_to_message
Reply to an existing message.
-
forward_message
Forward a message to another recipient.
-
update_message
Update a message, for example to change its labels.
-
create_draft
Create a draft. Set send_at as an ISO 8601 timestamp to schedule it.
-
list_drafts
List drafts in an inbox, optionally filtering by label such as scheduled.
-
get_draft
Get a draft, including content and scheduled send time.
-
update_draft
Update a draft. Use send_at to reschedule a scheduled draft.
-
send_draft
Send a draft immediately.
-
delete_draft
Delete a draft and cancel any scheduled send.
-
get_attachment
Get an attachment by ID.