Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
ClearMessageFlagsTool | Clears flags on a message. |
createFolder | Creates a new folder in the IMAP account. |
deleteFolder | Deletes a folder from the IMAP account. |
deleteMessage | Deletes a message by UID from a given folder. |
getFolderList | Returns a list of folders in the imap account. |
getMessageList | Returns a list of messages in a given folder. |
getMessage | Returns a message by UID from a given folder for a given IMAP account. |
moveMessage | Moves a message by ID from one folder to another. |
search | Searches for messages in the specified folder matching the parameters set in searchOptions. Available search options are: from, to, subject, since, before, unseen, flagged, answered, custom. It returns a list of ids that can then be used to get individual messages based on their id. |
setFlags | Sets flags on a message. |