Skip to content

list_accounts

List all email accounts configured in Maho Mail.

None.

// Request
{ "tool": "list_accounts" }
// Response
[
{ "id": "acc1", "email": "alice@gmail.com", "provider": "Gmail" },
{ "id": "acc2", "email": "bob@fastmail.com", "provider": "Fastmail" }
]