Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AGENT_MAIL_API_KEY | Yes | Your AgentMail API key |
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 |
---|---|
listInboxes | List all inboxes |
getInbox | Get inbox by ID |
createInbox | Create a new inbox |
listThreads | List threads by inbox ID |
getThread | Get thread by ID |
listMessages | List messages |
getMessage | Get message by ID |
getAttachment | Get attachment by ID |
sendMessage | Send a message |
replyToMessage | Reply to a message |