Skip to main content
Glama
SuperAngryMonkey

iris

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IRIS_DISABLEDNoSet to '1' to disable all tools.
IRIS_ALLOWLISTNoPath to recipients.allow file.
IRIS_AUDIT_LOGNoPath to audit log file.
IRIS_CLIENT_IDYesApplication (client) ID from Entra app registration.
IRIS_TENANT_IDYesDirectory (tenant) ID from Entra app registration.
IRIS_ENABLE_SENDNoSet to '1' to enable sending (requires Mail.Send scope and re-consent).
IRIS_DRAFT_FOLDERNoDefault folder for drafts (default 'AI Drafts').

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
iris_loginA

Start a device-code sign-in for the mailbox. Returns a URL and a code for the human to enter in a browser; then call iris_login_finish() to complete. Only needed once, or after the refresh token lapses.

iris_login_finishA

Complete a device-code sign-in started with iris_login(). Call after entering the code in the browser. Waits up to ~60s; if the code has not been entered yet, it says so and can simply be called again.

iris_auth_statusA

Report whether iris is signed in, as whom, and with what scopes.

iris_create_draftA

Compose a message into a mail folder as an unsent draft. It is NOT sent — a human opens Outlook and presses Send.

folder selects the destination folder by display name, created on first use if absent. Omit it to use the configured default (IRIS_DRAFT_FOLDER, currently "AI Drafts"); pass "" or "Drafts" for the normal Outlook Drafts folder. Set reply_to_message_id to draft a threaded reply.

iris_list_draftsA

List recent messages sitting in a draft folder. folder selects which one by display name; omit it for the configured default (IRIS_DRAFT_FOLDER), or pass "" / "Drafts" for the normal Outlook Drafts folder.

iris_list_foldersA

List the mailbox's top-level mail folders (name, id, unread/total counts) so you can pick one to pass as the folder argument to iris_create_draft or iris_list_drafts.

iris_update_draftA

Revise an existing draft in place. Only the fields you pass are changed.

iris_delete_draftA

Delete a draft. Destructive, so confirm=true is required — set it only after the human has explicitly approved deleting this specific draft.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SuperAngryMonkey/iris'

If you have feedback or need assistance with the MCP directory API, please join our Discord server