name: m365-mail description: List, search, or read mailbox messages via Microsoft Graph.
M365 Mail
Use this skill to work with Outlook mail messages.
Workflow
- Start with
action=listor a constrainedaction=searchvia them365_mailtool. - Open specific messages by ID with
action=read. - Summarize sender, subject, date, and action items.
- For drafts and replies, use
action=draft,action=reply, oraction=forward— these create drafts only, never send directly. - Attach local files with
attachments='path1;path2'(max 3MB per file, semicolon-separated).
Guardrails
- Avoid dumping full message bodies unless the user requests it.
- Keep results scoped with
top. - For batch operations (
batch_delete,batch_move,batch_archive,batch_flag), always usedryRun=truefirst. - Confirm with the user before destructive actions.