outlook
mcpsmitheryRead and send emails, manage calendar events, and organize contacts. Search messages, handle attachments, and schedule meetings.
By Smithery | 99 findings | Scanned 7/17/2026 | tooltrust-scanner/v0.3.19
Risk Summary
Safe With Normal ControlsDep Visibility is the main signal, but overall risk remains within an acceptable range.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (99)
input schema exposes 13 properties (threshold: 10)
OUTLOOK_CALENDAR_CREATE_EVENTinput schema exposes 15 properties (threshold: 10)
OUTLOOK_CREATE_CONTACTinput schema exposes 22 properties (threshold: 10)
OUTLOOK_LIST_MESSAGESinput schema exposes 11 properties (threshold: 10)
OUTLOOK_SEND_EMAILOUTLOOK_UPDATE_CALENDAR_EVENTinput schema exposes 16 properties (threshold: 10)
OUTLOOK_UPDATE_CONTACTFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
OUTLOOK_CALENDAR_CREATE_EVENTOUTLOOK_CREATE_DRAFTOUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENTOUTLOOK_QUERY_EMAILSOUTLOOK_SEARCH_MESSAGESOUTLOOK_SEND_EMAILOUTLOOK_UPDATE_CALENDAR_EVENTOUTLOOK_UPDATE_EMAILFix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
declared capabilities: filesystem access
OUTLOOK_ADD_EVENT_ATTACHMENTOUTLOOK_ADD_MAIL_ATTACHMENTOUTLOOK_CREATE_ATTACHMENT_UPLOAD_SESSIONOUTLOOK_CREATE_CALENDAROUTLOOK_CREATE_CONTACTOUTLOOK_CREATE_CONTACT_FOLDEROUTLOOK_CREATE_DRAFT_REPLYOUTLOOK_CREATE_EMAIL_RULEOUTLOOK_CREATE_MAIL_FOLDEROUTLOOK_CREATE_MASTER_CATEGORYOUTLOOK_DELETE_CONTACTOUTLOOK_DELETE_EMAIL_RULEOUTLOOK_DELETE_EVENTOUTLOOK_DELETE_MAIL_FOLDEROUTLOOK_GET_CONTACT_FOLDERSOUTLOOK_GET_MAIL_DELTAOUTLOOK_GET_PROFILEOUTLOOK_LIST_CONTACTSOUTLOOK_LIST_MAIL_FOLDERSOUTLOOK_LIST_MESSAGESOUTLOOK_MOVE_MESSAGEOUTLOOK_UPDATE_CONTACTOUTLOOK_UPDATE_EMAIL_RULEOUTLOOK_UPDATE_MAILBOX_SETTINGSdeclared capabilities: filesystem access, HTTP requests
OUTLOOK_CALENDAR_CREATE_EVENTOUTLOOK_CREATE_DRAFTOUTLOOK_SEND_EMAILOUTLOOK_UPDATE_EMAILdeclared capabilities: network access, filesystem access
OUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENTdeclared capabilities: network access, database access
OUTLOOK_QUERY_EMAILSdeclared capabilities: network access
OUTLOOK_SEARCH_MESSAGESdeclared capabilities: network access, filesystem access, HTTP requests
OUTLOOK_UPDATE_CALENDAR_EVENTFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
OUTLOOK_ADD_EVENT_ATTACHMENTOUTLOOK_ADD_MAIL_ATTACHMENTOUTLOOK_CALENDAR_CREATE_EVENTOUTLOOK_CREATE_ATTACHMENT_UPLOAD_SESSIONOUTLOOK_CREATE_CALENDAROUTLOOK_CREATE_CONTACTOUTLOOK_CREATE_CONTACT_FOLDEROUTLOOK_CREATE_DRAFTOUTLOOK_CREATE_DRAFT_REPLYOUTLOOK_CREATE_EMAIL_RULEOUTLOOK_CREATE_MAIL_FOLDEROUTLOOK_CREATE_MASTER_CATEGORYOUTLOOK_DELETE_CONTACTOUTLOOK_DELETE_EMAIL_RULEOUTLOOK_DELETE_EVENTOUTLOOK_DELETE_MAIL_FOLDEROUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENTOUTLOOK_GET_CALENDAR_VIEWOUTLOOK_GET_CONTACTOUTLOOK_GET_CONTACT_FOLDERSOUTLOOK_GET_EVENTOUTLOOK_GET_MAILBOX_SETTINGSOUTLOOK_GET_MAIL_DELTAOUTLOOK_GET_MAIL_TIPSOUTLOOK_GET_MASTER_CATEGORIESOUTLOOK_GET_MESSAGEOUTLOOK_GET_PROFILEOUTLOOK_GET_SCHEDULEOUTLOOK_GET_SUPPORTED_LANGUAGESOUTLOOK_GET_SUPPORTED_TIME_ZONESOUTLOOK_LIST_CALENDARSOUTLOOK_LIST_CONTACTSOUTLOOK_LIST_EMAIL_RULESOUTLOOK_LIST_EVENT_ATTACHMENTSOUTLOOK_LIST_EVENTSOUTLOOK_LIST_MAIL_FOLDERSOUTLOOK_LIST_MESSAGESOUTLOOK_LIST_OUTLOOK_ATTACHMENTSOUTLOOK_LIST_REMINDERSOUTLOOK_LIST_USERSOUTLOOK_MOVE_MESSAGEOUTLOOK_QUERY_EMAILSOUTLOOK_REPLY_EMAILOUTLOOK_SEARCH_MESSAGESOUTLOOK_SEND_DRAFTOUTLOOK_SEND_EMAILOUTLOOK_UPDATE_CALENDAR_EVENTOUTLOOK_UPDATE_CONTACTOUTLOOK_UPDATE_EMAILOUTLOOK_UPDATE_EMAIL_RULEOUTLOOK_UPDATE_MAILBOX_SETTINGSFix: Review and remediate the identified issue.
input parameter "skip_token" accepts a credential (informational; not evidence of insecure handling)
OUTLOOK_GET_MAIL_DELTAinput parameter "delta_token" accepts a credential (informational; not evidence of insecure handling)
OUTLOOK_GET_MAIL_DELTAFix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y outlook"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)