Skip to main content
Glama
adamzaidi

icloud-mcp

by adamzaidi

create_mailbox

Create a new email folder in iCloud Mail to organize messages by project, sender, or category for better inbox management.

Instructions

Create a new mailbox/folder

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the new mailbox

Implementation Reference

  • Handler implementation for the create_mailbox tool.
    export async function createMailbox(name, creds = null) {
      const client = createRateLimitedClient(creds);
      await client.connect();
      await client.mailboxCreate(name);
      await client.logout();
      return { created: name };
    }

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/adamzaidi/icloud-mcp'

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