list_mailboxes
ActiveTool 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"
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries