iris
Related Servers
Alternatives to iris
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceEnables AI agents to create Gmail drafts safely using the Gmail API, without sending emails.11MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI coding agents to search, read, and manage drafts across Gmail and Outlook mailboxes via MCP.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI agents structured access to a Microsoft Outlook mailbox through the Microsoft Graph API, with a deliberate constraint: agents can read and draft emails, but only humans can send.86 npmMIT
- AlicenseAqualityAmaintenanceEnables AI agents to read and manage Microsoft 365/Outlook email and calendar, with destructive actions (send email, create event) requiring human approval.8MIT
- AlicenseAqualityBmaintenanceEnables creating Gmail drafts through a single tool, returning draft URLs for the owner to review and send manually.131 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with Microsoft 365 Outlook Mail, allowing email operations via natural language.8 npmMIT
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: login steps, auth status, and CRUD operations on drafts. There is no ambiguity between them; even the two login tools are sequentially distinct with clear descriptions.
All tools follow a consistent iris_ prefix followed by verb_noun naming (e.g., iris_create_draft, iris_list_folders). The pattern is uniform and predictable.
8 tools is well-scoped for the domain of draft management and authentication. Each tool serves a necessary function without redundancy or bloat.
The tool set covers the full draft lifecycle (create, list, update, delete) plus necessary folder listing and authentication flow. There are no obvious missing operations for the stated purpose.