You're viewing a demo portfolio

Join the waitlist
PRSM

list_mailboxes

Active

Tool of EmailMCP

declared in 1.0.0

List all available mailboxes for an email account. If IMAP is configured in .env, no credentials needed. Use "account" to pick a named account.

Parameters schema

{
  "type": "object",
  "properties": {
    "account": {
      "type": "string",
      "optional": true,
      "description": "Named account (e.g. \"work\", \"personal\"). Omit for default."
    },
    "imap_config": {
      "type": "object",
      "required": [
        "host",
        "email",
        "password"
      ],
      "properties": {
        "host": {
          "type": "string"
        },
        "port": {
          "type": "number",
          "default": 993
        },
        "email": {
          "type": "string",
          "format": "email"
        },
        "secure": {
          "type": "boolean",
          "default": true
        },
        "password": {
          "type": "string"
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

EmailMCP

https://github.com/nfodor/emailmcp

1/7 registries
View full server →