@injaan.dev/ms365-email-cli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_emailsA | List recent emails (all statuses, newest first). Output includes ID, From, Subject, Received, Status for each email. |
| list_unread_emailsA | List unread emails (newest first). Output includes ID, From, Subject, Received. [+attachments] shown for file attachments. |
| read_emailA | Read full email content by message ID. Shows: From, To, CC, Subject, Date, Body, Attachments. |
| threadA | Show full conversation thread for an email. Fetches all messages in the same conversation, sorted oldest first. |
| mark_readA | Mark an email as read by message ID. |
| search_emailsA | Search emails by various criteria. Use query for full-text search or combine from/subject/since filters. |
| send_emailC | Send an email via MS365 mailbox. |
| replyA | Reply to the sender of an email (reply to original sender only). |
| reply_allA | Reply to all recipients of an email (original sender, To, and CC recipients). |
| attachmentA | List or download attachments from an email. Lists attachments if no output directory is set; downloads to directory if output is set. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct email operation: listing, reading, threading, read status, searching, sending, replying, reply-all, and attachments. Even similar tools like list_emails and list_unread_emails are clearly separated by filter, so no real ambiguity.
Most tools follow a verb_noun pattern (list_emails, read_email, mark_read, search_emails, send_email, reply_all), but 'thread' and 'attachment' are nouns, and 'reply' is a bare verb. The naming is readable but not perfectly uniform.
With 10 tools, the server is well-scoped for an email CLI. Each tool addresses a core email workflow (read, list, search, send, reply, manage attachments), without excess or superficial additions.
The surface covers the main email lifecycle: list, read, search, send, reply, and attachments. Minor gaps exist such as no mark_unread, delete, or folder management, but these are not critical for basic email operations and can be worked around.